Skip to content

Commit

Permalink
Lock mdbook version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Oct 29, 2023
1 parent 77655db commit 45dade7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ssh-key: ${{ secrets.WEBSITE_DEPLOY_SSH_KEY }}
- run: |
source ~/.cargo/env
cargo install mdbook --no-default-features --features search
cargo install mdbook --locked --no-default-features --features search
cd doc
mdbook build -d ../book
cd ..
Expand Down

0 comments on commit 45dade7

Please sign in to comment.