From d69e0eebe69f423967fcfc3a884ca31ec09b553b Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 2 Mar 2026 14:03:59 +0100 Subject: [PATCH] fix(ci): broaden lychee exclusions for external and internal restricted urls --- .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 dd243712..5ac3fd78 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -191,7 +191,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.***.me/*" --exclude "https://git.infra.***.me/*" . + args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.***.me/*" --exclude "https://git.infra.***.me/*" --exclude "https://umami.is/docs/best-practices" --exclude "https://***/*" . fail: true # ────────────────────────────────────────────────────