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 a18b6f9 commit aa75768Copy full SHA for aa75768
.github/workflows/ci.yml
@@ -36,7 +36,6 @@ jobs:
36
key: ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
37
38
- name: Restore cached Linkcheck
39
- if: github.event_name == 'schedule'
40
id: cache-linkcheck-restore
41
uses: actions/cache/restore@v4
42
with:
@@ -60,7 +59,7 @@ jobs:
60
59
- name: Check build
61
run: ENABLE_LINKCHECK=1 mdbook build
62
63
-
+
64
- name: Save cached Linkcheck
65
id: cache-linkcheck-save
66
if: ${{ !cancelled() }}
0 commit comments