Skip to content

Commit

Permalink
Add 403 to ignored errors for broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Oct 7, 2024
1 parent 943525c commit 1be549f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: lychee
with:
jobSummary: true
args: --no-progress --accept '200..=299, 401, 405' .
args: --no-progress --accept '200..=299, 401, 403, 405' .
- name: "Send Slack alert"
if: env.lychee_exit_code != 0
uses: slackapi/slack-github-action@v1.26.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
fail: true
jobSummary: true
args: --no-progress --accept '200..=299, 401, 405' .
args: --no-progress --accept '200..=299, 401, 403, 405' .

0 comments on commit 1be549f

Please sign in to comment.