Skip to content

Commit f184d1a

Browse files
committed
chore: fix ci
1 parent 2198535 commit f184d1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
- uses: dtolnay/rust-toolchain@stable
2929

3030
- name: Cache mdBook tools
31+
id: mdbook-cache
3132
uses: actions/cache@v4
3233
with:
3334
path: |
3435
~/.cargo/registry
3536
~/.cargo/git
3637
~/.cargo/bin
37-
key: ${{ runner.os }}-mdbook-tools-2026-03-15
38-
restore-keys: |
39-
${{ runner.os }}-mdbook-tools-
38+
key: ${{ runner.os }}-mdbook-tools-v1-mdbook-0.5.2-excalidraw-2d8f07905f57d1c460ccb9f7279af4f4999b9ee2
4039

4140
- name: Install mdBook + mdbook-excalidraw
41+
if: steps.mdbook-cache.outputs.cache-hit != 'true'
4242
run: |
43-
cargo install mdbook --locked
43+
cargo install mdbook --version 0.5.2 --locked
4444
cargo install \
4545
--git https://github.com/peachycloudsecurity/mdbook-excalidraw \
4646
--rev 2d8f07905f57d1c460ccb9f7279af4f4999b9ee2 \

0 commit comments

Comments
 (0)