Skip to content

Commit 7352184

Browse files
committed
CI: fix path
1 parent 01e431a commit 7352184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: cache-linkcheck-restore
4040
uses: actions/cache/restore@v4
4141
with:
42-
path: ~/book/linkcheck
42+
path: book/linkcheck/cache.json
4343
key: linkcheck
4444

4545
- name: Install latest nightly Rust toolchain
@@ -61,10 +61,10 @@ jobs:
6161

6262
- name: Save cached Linkcheck
6363
id: cache-linkcheck-save
64-
if: always() && steps.cache-linkcheck-restore.outputs.cache-hit != 'true'
64+
if: always()
6565
uses: actions/cache/save@v4
6666
with:
67-
path: ~/book/linkcheck
67+
path: book/linkcheck/cache.json
6868
key: linkcheck
6969

7070
- name: Deploy to gh-pages

0 commit comments

Comments
 (0)