From d20de54f238d241a90cdfeadac7682df5dc2dbc2 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 17 Dec 2024 08:58:40 +0100
Subject: [PATCH] [ci] check docs links: ignore doxygen_crawl.html

---
 scripts/ci/jobs/build-docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ci/jobs/build-docs.yml b/scripts/ci/jobs/build-docs.yml
index e64eb4a278c..536a3f9b657 100644
--- a/scripts/ci/jobs/build-docs.yml
+++ b/scripts/ci/jobs/build-docs.yml
@@ -101,6 +101,7 @@ check docs links:
       --exclude eigen.tuxfamily.org
       --exclude wiki.sei.cmu.edu
       --exclude-path build/docs/d0/de3/citelist.html
+      --exclude-path build/docs/doxygen_crawl.html
       build/docs
     - lychee --cache --max-cache-age 14d
       --max-concurrency 2
-- 
GitLab