Skip to content

Commit

Permalink
fix: mdbook version (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Nov 13, 2024
1 parent 90552f1 commit cfcd461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Setup mdbook
run: |
cargo install mdbook mdbook-mermaid mdbook-template
cargo install --version 0.4.40 mdbook
cargo install mdbook-mermaid mdbook-template
- name: Build book
working-directory: ./book
run: mdbook build
Expand All @@ -26,4 +27,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book
mdbook-version: '0.4.40'

0 comments on commit cfcd461

Please sign in to comment.