From 0ac70bfbbc609dd7961e61c0729e1895a231ff2d Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 10 Apr 2024 14:16:17 +0200 Subject: [PATCH] Exclude web checks on eigen.tuxfamily.org. Is down several times a year for several days each... --- scripts/ci/jobs/build-docs.yml | 1 + web/lychee.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/ci/jobs/build-docs.yml b/scripts/ci/jobs/build-docs.yml index 3b647f394f2..9621169120e 100644 --- a/scripts/ci/jobs/build-docs.yml +++ b/scripts/ci/jobs/build-docs.yml @@ -98,6 +98,7 @@ check docs links: --exclude gitlab.opengeosys.org/ogs/ogs --exclude github.com/ufz/ogs/commit/\%1 --exclude search_opensearch.php + --exclude eigen.tuxfamily.org build/docs - lychee --cache --max-cache-age 14d --max-concurrency 2 diff --git a/web/lychee.toml b/web/lychee.toml index d4cc0c4855b..a53e6c62a9d 100644 --- a/web/lychee.toml +++ b/web/lychee.toml @@ -6,5 +6,6 @@ exclude = [ "localhost:1313", "smartkd-concept\\.de", "all\\.css", + "eigen\\.tuxfamily.org", ] exclude_path = ["public/releases/"] -- GitLab