Skip to content

Commit fc89d8f

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
# Fetch all history so that the schema_versions script works.
6060
fetch-depth: 0
6161

62+
- name: Setup mdbook
63+
uses: peaceiris/actions-mdbook@ee69d230fe19748b7abf22df32acaa93833fad08 # v2.0.0
64+
with:
65+
mdbook-version: "0.5.2"
66+
6267
- name: Caching
6368
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
6469
with:
@@ -68,7 +73,6 @@ jobs:
6873
- name: Install required tooling
6974
run: |
7075
cargo install mdbook-linkcheck mdbook-mermaid mdbook-admonish
71-
cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
7276
7377
- name: Setup Pages
7478
id: pages

0 commit comments

Comments
 (0)