Skip to content

Commit eff955c

Browse files
committed
feat:change behaviour of lychee link checker
add continue-on-error arg to properly showcase errors
1 parent 43605e2 commit eff955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lychee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
link-check:
1010
runs-on: ubuntu-latest
11+
continue-on-error: true
1112
steps:
1213
- uses: actions/checkout@v4
1314

@@ -48,7 +49,6 @@ jobs:
4849
--accept '100..=103,200..=299,403..=403,429'
4950
--format markdown
5051
'./build/**/*.html'
51-
continue-on-error: true
5252
5353
- name: Add job summary
5454
if: always()

0 commit comments

Comments
 (0)