Merge pull request #2203 from camelid/ci-fix
ci: Remove incorrect use of `continue-on-error`
This commit is contained in:
commit
ce0d5c1c0a
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue