We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e431a commit 7352184Copy full SHA for 7352184
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
id: cache-linkcheck-restore
40
uses: actions/cache/restore@v4
41
with:
42
- path: ~/book/linkcheck
+ path: book/linkcheck/cache.json
43
key: linkcheck
44
45
- name: Install latest nightly Rust toolchain
@@ -61,10 +61,10 @@ jobs:
61
62
- name: Save cached Linkcheck
63
id: cache-linkcheck-save
64
- if: always() && steps.cache-linkcheck-restore.outputs.cache-hit != 'true'
+ if: always()
65
uses: actions/cache/save@v4
66
67
68
69
70
- name: Deploy to gh-pages
0 commit comments