Merge pull request #2203 from camelid/ci-fix

ci: Remove incorrect use of `continue-on-error`
This commit is contained in:
Jakub Beránek 2025-01-09 22:38:27 +01:00 committed by GitHub
commit d54ac947bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -59,11 +59,10 @@ jobs:
- name: Check build
run: ENABLE_LINKCHECK=1 mdbook build
continue-on-error: true
- name: Save cached Linkcheck
id: cache-linkcheck-save
if: github.event_name == 'schedule'
if: ${{ !cancelled() && github.event_name == 'schedule' }}
uses: actions/cache/save@v4
with:
path: book/linkcheck/cache.json