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 # ────────────────────────────────────────────────────