diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index 5c557d0..0c2703f 100644 --- a/.github/workflows/links-watcher-cron.yml +++ b/.github/workflows/links-watcher-cron.yml @@ -19,7 +19,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2.6.1 with: - 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' output: ./lychee/out.md fail: true env: