From 6f3cda84c4b456c3032afae93946250215464883 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Sun, 5 May 2024 19:39:42 +0200 Subject: [PATCH] fix(lychee): exclude www.gnu.org (often down) --- templates/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/validation.yml b/templates/validation.yml index da2feef..1d05f65 100644 --- a/templates/validation.yml +++ b/templates/validation.yml @@ -68,7 +68,7 @@ check-links: entrypoint: [""] stage: build script: - - lychee --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md + - lychee --exclude www.gnu.org --exclude-path CHANGELOG.md --exclude-path SECURITY.md $LYCHEE_EXTRA_OPTS *.md tbc-check: image: -- GitLab