File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/doc/rustc-dev-guide/.github/workflows Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 41
41
uses : actions/cache/restore@v4
42
42
with :
43
43
path : book/linkcheck/cache.json
44
- key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}
44
+ key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ github.run_id }}
45
+ restore-keys : |
46
+ linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--
45
47
46
48
- name : Install latest nightly Rust toolchain
47
49
if : steps.mdbook-cache.outputs.cache-hit != 'true'
66
68
uses : actions/cache/save@v4
67
69
with :
68
70
path : book/linkcheck/cache.json
69
- key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}
71
+ key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ github.run_id }}
70
72
71
73
- name : Deploy to gh-pages
72
74
if : github.event_name == 'push'
You can’t perform that action at this time.
0 commit comments