There was an error while loading. Please reload this page.
1 parent a54aca4 commit bd2d8e4Copy full SHA for bd2d8e4
1 file changed
.github/workflows/docs.yaml
@@ -66,9 +66,11 @@ jobs:
66
save-if: ${{ ! startsWith(github.ref, 'gh-readonly-queue/') }}
67
68
- name: Install required tooling
69
+ env:
70
+ MDBOOK_VERSION: "0.5.2"
71
run: |
72
cargo install mdbook-linkcheck mdbook-mermaid mdbook-admonish
- cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
73
+ cargo install mdbook --no-default-features --features search --vers "${{ env.MDBOOK_VERSION }}" --locked
74
75
- name: Setup Pages
76
id: pages
0 commit comments