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/"]