File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments