We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54aca4 commit fc89d8fCopy full SHA for fc89d8f
1 file changed
.github/workflows/docs.yaml
@@ -59,6 +59,11 @@ jobs:
59
# Fetch all history so that the schema_versions script works.
60
fetch-depth: 0
61
62
+ - name: Setup mdbook
63
+ uses: peaceiris/actions-mdbook@ee69d230fe19748b7abf22df32acaa93833fad08 # v2.0.0
64
+ with:
65
+ mdbook-version: "0.5.2"
66
+
67
- name: Caching
68
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
69
with:
@@ -68,7 +73,6 @@ jobs:
73
- name: Install required tooling
74
run: |
70
75
cargo install mdbook-linkcheck mdbook-mermaid mdbook-admonish
71
- cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
72
76
77
- name: Setup Pages
78
id: pages
0 commit comments