We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 100f2c3 + adb70de commit e895255Copy full SHA for e895255
.github/workflows/ci.yml
@@ -41,7 +41,9 @@ jobs:
41
uses: actions/cache/restore@v4
42
with:
43
path: book/linkcheck/cache.json
44
- key: linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}
+ key: linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ github.run_id }}
45
+ restore-keys: |
46
+ linkcheck--${{ env.MDBOOK_LINKCHECK2_VERSION }}--
47
48
- name: Install latest nightly Rust toolchain
49
if: steps.mdbook-cache.outputs.cache-hit != 'true'
@@ -66,7 +68,7 @@ jobs:
66
68
uses: actions/cache/save@v4
67
69
70
71
72
73
- name: Deploy to gh-pages
74
if: github.event_name == 'push'
0 commit comments