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 544ff16 commit 461c76aCopy full SHA for 461c76a
.github/workflows/ci.yml
@@ -40,7 +40,9 @@ jobs:
40
uses: actions/cache/restore@v4
41
with:
42
path: book/linkcheck/cache.json
43
- key: linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}
+ key: linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ github.run_id }}
44
+ restore-keys: |
45
+ linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--
46
47
- name: Install latest nightly Rust toolchain
48
if: steps.mdbook-cache.outputs.cache-hit != 'true'
@@ -65,7 +67,7 @@ jobs:
65
67
uses: actions/cache/save@v4
66
68
69
70
71
72
- name: Deploy to gh-pages
73
if: github.event_name == 'push'
0 commit comments