Skip to content
Snippets Groups Projects
Commit c001f92f authored by Sören Henning's avatar Sören Henning
Browse files

Ignore favicon in html check

Favicons seem to be required by just-the-docs
Corresponding issue is opened in pmarsceill/just-the-docs#738
parent 2c596c9d
No related branches found
No related tags found
2 merge requests!206Add testing of links in docs,!164Add Theodolite docs
Pipeline #5418 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment