Skip to content

Commit

Permalink
fix: Point mdbook to correct book location
Browse files Browse the repository at this point in the history
  • Loading branch information
uncomputable committed Dec 12, 2024
1 parent 90963f6 commit e7d7cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Build website
run: |
nix develop .#book --command bash -c "mdbook build"
nix develop .#book --command bash -c "mdbook build book"
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit e7d7cac

Please sign in to comment.