Skip to content

Commit

Permalink
Fix book publish directory (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 6, 2022
1 parent 2ed8290 commit 7a7aa7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
with:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_branch: gh-pages
publish_dir: book/build
publish_dir: book/build/html
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ flamegraph:
benchmark dir=`git branch --show-current`:
./bin/benchmark '{{dir}}'

serve-docs:
cd docs && zola serve --open
serve-book:
mdbook serve book --open

build-book:
mdbook build book

0 comments on commit 7a7aa7f

Please sign in to comment.