Skip to content

Commit

Permalink
feat: change behaviour of lychee link checker (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO authored Nov 4, 2024
1 parent 43605e2 commit fa173ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
link-check:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -48,7 +49,6 @@ jobs:
--accept '100..=103,200..=299,403..=403,429'
--format markdown
'./build/**/*.html'
continue-on-error: true
- name: Add job summary
if: always()
Expand Down

0 comments on commit fa173ba

Please sign in to comment.