Skip to content

Commit bd2d8e4

Browse files
committed
chore: configurable mdbook version
1 parent a54aca4 commit bd2d8e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ jobs:
6666
save-if: ${{ ! startsWith(github.ref, 'gh-readonly-queue/') }}
6767

6868
- name: Install required tooling
69+
env:
70+
MDBOOK_VERSION: "0.5.2"
6971
run: |
7072
cargo install mdbook-linkcheck mdbook-mermaid mdbook-admonish
71-
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
7274
7375
- name: Setup Pages
7476
id: pages

0 commit comments

Comments
 (0)