Skip to content

Commit

Permalink
Do not fail on link checker failures
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Oct 13, 2023
1 parent 37e2cd7 commit 896c644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
fail: true
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 896c644

Please sign in to comment.