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

Ignore empty hash hrefs to prevent false error

Arguably a bug in HTMLProofer, ref: gjtorikian/html-proofer#118
parent d471ad78
No related branches found
No related tags found
2 merge requests!206Add testing of links in docs,!164Add Theodolite docs
......@@ -51,7 +51,7 @@ test-docs-links:
- gem install bundler
- bundle config set --local path 'vendor'
- bundle install
script: bundle exec htmlproofer --assume-extension ./_site
script: bundle exec htmlproofer --assume-extension --allow_hash_href ./_site
# Theodolite Helm Chart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment