Skip to content

Commit

Permalink
chore: fix mdbook command
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Sep 13, 2024
1 parent 2082696 commit c6f9ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
mdbook-version: '0.4.10'
# mdbook-version: 'latest'

- run: mdbook build
- run: CARGO_MANIFEST_DIR=. mdbook build book

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit c6f9ec0

Please sign in to comment.