From 20e2bc906b05ff7511d3f05c04716de69d0a14f2 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Tue, 16 Sep 2025 09:33:32 +0200 Subject: [PATCH] chore: update link watcher configuration --- .github/workflows/links-watcher-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: