Skip to content

Commit 456c793

Browse files
committed
CI: test
1 parent 3b5d150 commit 456c793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
6060
- name: Check build
6161
run: mdbook build
62+
continue-on-error: true
6263

6364
- name: Save cached Linkcheck
6465
id: cache-linkcheck-save
65-
if: github.event_name != 'schedule'
66-
continue-on-error: true
66+
if: github.event_name != 'schedule'
6767
uses: actions/cache/save@v4
6868
with:
6969
path: book/linkcheck/cache.json

0 commit comments

Comments
 (0)