Skip to content

Commit c499bb5

Browse files
authored
feat: change lychee link checker to fail on error (#1272)
1 parent fa173ba commit c499bb5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/lychee.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
link-check:
1010
runs-on: ubuntu-latest
11-
continue-on-error: true
1211
steps:
1312
- uses: actions/checkout@v4
1413

@@ -49,7 +48,3 @@ jobs:
4948
--accept '100..=103,200..=299,403..=403,429'
5049
--format markdown
5150
'./build/**/*.html'
52-
53-
- name: Add job summary
54-
if: always()
55-
run: cat ./lychee/out.md >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)