Skip to content

Commit aa75768

Browse files
committed
Bump CI
1 parent a18b6f9 commit aa75768

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
key: ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK2_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }}
3737

3838
- name: Restore cached Linkcheck
39-
if: github.event_name == 'schedule'
4039
id: cache-linkcheck-restore
4140
uses: actions/cache/restore@v4
4241
with:
@@ -60,7 +59,7 @@ jobs:
6059
- name: Check build
6160
run: ENABLE_LINKCHECK=1 mdbook build
6261

63-
62+
6463
- name: Save cached Linkcheck
6564
id: cache-linkcheck-save
6665
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)