Skip to content

Commit

Permalink
Don't use gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Mar 25, 2024
1 parent 759112d commit ec7b7f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- name: Build the static website
run: poetry run mkdocs build

- name: Deploy Website
uses: peaceiris/actions-gh-pages@v3
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
folder: site

0 comments on commit ec7b7f7

Please sign in to comment.