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 4141 uses : actions/cache/restore@v4
4242 with :
4343 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 }}--
4547
4648 - name : Install latest nightly Rust toolchain
4749 if : steps.mdbook-cache.outputs.cache-hit != 'true'
6668 uses : actions/cache/save@v4
6769 with :
6870 path : book/linkcheck/cache.json
69- key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}
71+ key : linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ github.run_id }}
7072
7173 - name : Deploy to gh-pages
7274 if : github.event_name == 'push'
You can’t perform that action at this time.
0 commit comments