From c001f92f8bb3dba5f1a2b125ca9a9c7a24a17d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 3 Dec 2021 20:14:38 +0100 Subject: [PATCH] Ignore favicon in html check Favicons seem to be required by just-the-docs Corresponding issue is opened in pmarsceill/just-the-docs#738 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88b1ffe82..d28ec90a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ test-docs-links: - gem install bundler - bundle config set --local path 'vendor' - bundle install - script: bundle exec htmlproofer --assume-extension --allow_hash_href ./_site + script: bundle exec htmlproofer --assume-extension --allow_hash_href --url-ignore "/favicon.ico" ./_site # Theodolite Helm Chart -- GitLab