We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83057c2 commit 20e2bc9Copy full SHA for 20e2bc9
.github/workflows/links-watcher-cron.yml
@@ -19,7 +19,7 @@ jobs:
19
id: lychee
20
uses: lycheeverse/[email protected]
21
with:
22
- args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md'
+ args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md' --accept '100..=103,200..=299,429'
23
output: ./lychee/out.md
24
fail: true
25
env:
0 commit comments