Skip to content

Commit 20e2bc9

Browse files
authored
chore: update link watcher configuration
1 parent 83057c2 commit 20e2bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)