From 1defb5758feca0b8b2a45e2c4fb37b9e5f56b86e Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 4 Mar 2026 22:09:22 +0100 Subject: [PATCH] ci(qa): exclude worldvectorlogo.com from Lychee check (those SVG URLs 404) --- .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 7ceb8f6..8d6f61d 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' '**/*.mdx' + 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/*" --exclude "https://worldvectorlogo.com/*" '**/*.md' '**/*.mdx' fail: true # ────────────────────────────────────────────────────