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 ea85c18 commit cf754bf
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 @@ -15,6 +15,6 @@ jobs:
- name: "Check for broken links"
uses: lycheeverse/lychee-action@v1
with:
args: --no-progress --accept '200..=299, 401' --exclude .*\.ndjson file://* -- ./common # ignore Unauthorized
args: --no-progress --accept '200..=299, 401' --exclude '.*\.ndjson' --exclude 'file://*' -- ./common
fail: true
jobSummary: true

0 comments on commit cf754bf

Please sign in to comment.