Skip to content

Commit fde36c5

Browse files
authored
chore: fix link checker (#483)
Co-authored-by: Christian Lechner <[email protected]>
1 parent 9db353e commit fde36c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links-watcher-cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: lychee
2020
uses: lycheeverse/[email protected]
2121
with:
22-
args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md'
22+
args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md' --accept '100..=103,200..=299,429'
2323
output: ./lychee/out.md
2424
fail: true
2525
env:
@@ -41,4 +41,4 @@ jobs:
4141
# If issue number is empty a new issue gets created
4242
issue-number: ${{ steps.find_issue.outputs.issue-number }}
4343
content-filepath: ./lychee/out.md
44-
labels: broken link, automated issue
44+
labels: broken link, automated issue

0 commit comments

Comments
 (0)