From 9ef3ed797608e5be0f00f2f7ffc1792383f6f985 Mon Sep 17 00:00:00 2001 From: Christian Lechner <22294087+lechnerc77@users.noreply.github.com.> Date: Tue, 16 Sep 2025 09:22:16 +0200 Subject: [PATCH] chore: fix link checker --- .github/workflows/links-watcher-cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index 64911a22..e3f8196f 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: @@ -41,4 +41,4 @@ jobs: # If issue number is empty a new issue gets created issue-number: ${{ steps.find_issue.outputs.issue-number }} content-filepath: ./lychee/out.md - labels: broken link, automated issue \ No newline at end of file + labels: broken link, automated issue