Skip to content

Commit

Permalink
docs: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jakim929 committed Sep 11, 2024
1 parent 9d26671 commit 5d4abe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
mdbook-version: "latest"
- name: Build book
run: mdbook build
run: mdbook build ./docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
publish_dir: ./docs/book

0 comments on commit 5d4abe0

Please sign in to comment.