aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorBjørn Meland <bjormel@users.noreply.github.com>2024-01-18 08:59:18 +0000
committerGitHub <noreply@github.com>2024-01-18 08:59:18 +0000
commite5bd0800098110d1f38c02aceb59ed200e39d351 (patch)
tree961011ccb9c8573dca4241b21c894c5478c241c5 /screwdriver.yaml
parentbab0128bd357b52e2951d0895e4a25a780ce7c7f (diff)
no-check-external-hash
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index a8aef08d557..2fc0509db06 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -582,7 +582,7 @@ jobs:
bundle exec jekyll build
- check-links: |
bundle exec htmlproofer \
- --assume-extension --check-html --check-external-hash --no-enforce-http \
+ --assume-extension --check-html --no-check-external-hash --no-enforce-http \
--typhoeus '{"connecttimeout": 10, "timeout": 30, "followlocation": false}' \
--hydra '{"max_concurrency": 1}' \
--ignore-urls '/slack.vespa.ai/,/localhost:8080/,/127.0.0.1:3000/,/favicon.svg/,/main.jsx/' \