aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/' \