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.
2 parents 610e80b + bb0051a commit d54ac94Copy full SHA for d54ac94
.github/workflows/ci.yml
@@ -59,11 +59,10 @@ jobs:
59
60
- name: Check build
61
run: ENABLE_LINKCHECK=1 mdbook build
62
- continue-on-error: true
63
64
- name: Save cached Linkcheck
65
id: cache-linkcheck-save
66
- if: github.event_name == 'schedule'
+ if: ${{ !cancelled() && github.event_name == 'schedule' }}
67
uses: actions/cache/save@v4
68
with:
69
path: book/linkcheck/cache.json
0 commit comments