From 6a228248e0097aa7ebff14399e74f684260cd1bd Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 5 Mar 2026 11:04:59 +0100 Subject: [PATCH] =?UTF-8?q?ci(qa):=20restrict=20Lychee=20to=20root-level?= =?UTF-8?q?=20docs=20only=20(*.md=20docs/*.md)=20=E2=80=94=20skip=20CHANGE?= =?UTF-8?q?LOG=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/qa.yml b/.gitea/workflows/qa.yml index 5eea05e..c8d7999 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -186,7 +186,7 @@ jobs: - name: 🔗 Lychee Link Check uses: lycheeverse/lychee-action@v2 with: - args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.mintel.me/*" --exclude "https://git.infra.mintel.me/*" --exclude "https://mintel.me/*" '*.md' 'docs/*.md' 'apps/**/*.md' 'packages/**/*.md' + args: --accept 200,204,429 --timeout 10 --insecure --exclude "file://*" --exclude "https://logs.infra.mintel.me/*" --exclude "https://git.infra.mintel.me/*" --exclude "https://mintel.me/*" '*.md' 'docs/*.md' fail: false # ────────────────────────────────────────────────────