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.
2 parents 83057c2 + 20e2bc9 commit f3877eeCopy full SHA for f3877ee
.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