Skip to content
Snippets Groups Projects
Commit 1def0b7f 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
parent d39ee75b
No related branches found
No related tags found
No related merge requests found
Pipeline #5415 failed
This commit is part of merge request !206. Comments created here will be created in the context of that merge request.
...@@ -51,7 +51,7 @@ test-docs-links: ...@@ -51,7 +51,7 @@ test-docs-links:
- gem install bundler - gem install bundler
- bundle config set --local path 'vendor' - bundle config set --local path 'vendor'
- bundle install - 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 # Theodolite Helm Chart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment