Skip to content

Commit

Permalink
job fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 27, 2023
1 parent 0fb99c8 commit cef1359
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
version: "1.14.0"
- name: Build book
run: |
PATH=.cargo/bin:$PATH mdbook build
PATH=.cargo/bin:$PATH mdbook build docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
publish_dir: ./docs/book
force_orphan: true

0 comments on commit cef1359

Please sign in to comment.