Skip to content

Commit

Permalink
Update broken-link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Jun 27, 2024
1 parent 459ae03 commit f903156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: "Check for broken links"
uses: lycheeverse/lychee-action@v1
with:
args: --no-progress --accept '200..=299, 401' --exclude '.*\.ndjson' --exclude 'file://*' ./common/ # ignore Unauthorized errors
args: --no-progress --accept '200..=299, 401' --exclude .*\.ndjson file://* -- ./common # ignore Unauthorized
fail: true
jobSummary: true

0 comments on commit f903156

Please sign in to comment.