diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 3d0fde7..90dca3f 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -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 diff --git a/docs/template.html b/docs/template.html deleted file mode 100644 index ac0bb9e..0000000 --- a/docs/template.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - -
- - - \ No newline at end of file