fix(ci): broaden lychee exclusions for external and internal restricted urls
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 27s
Nightly QA / 🔗 Links & Deps (push) Successful in 3m29s
Nightly QA / ♿ Accessibility (push) Successful in 5m49s
Build & Deploy / 🧪 QA (push) Successful in 2m29s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
Nightly QA / 🔍 Static Analysis (push) Successful in 7m43s
Nightly QA / 🎭 Lighthouse (push) Successful in 8m10s
Nightly QA / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-03-02 14:03:59 +01:00
parent 1577bfd2ec
commit d69e0eebe6

View File

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