Skip to content

Commit

Permalink
chore: CI: do not fail on broken links (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha authored Feb 1, 2024
1 parent 1d8cf38 commit 732b266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
fail: false # report errors but do not block CI on temporary failures
# gmplib.org consistently times out from GH actions
# the GitHub token is to avoid rate limiting
args: --base './dist' --no-progress --github-token ${{ secrets.GITHUB_TOKEN }} --exclude 'gmplib.org' './dist/**/*.html'
Expand Down

0 comments on commit 732b266

Please sign in to comment.