Skip to content

Commit

Permalink
ci(website): use github-markdown template
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
  • Loading branch information
ryanabx committed Sep 9, 2024
1 parent d9bee09 commit 7dad207
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cargo install simple-ssg

- name: Generate static site
run: ~/.cargo/bin/simple-ssg --clean ./docs -o ./output
run: ~/.cargo/bin/simple-ssg -t github-markdown --clean ./docs -o ./output

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down
114 changes: 0 additions & 114 deletions docs/template.html

This file was deleted.

0 comments on commit 7dad207

Please sign in to comment.