Skip to content

Commit

Permalink
Merge pull request #1311 from vespa-engine/kkraune-patch-1
Browse files Browse the repository at this point in the history
follow redirects for link check
  • Loading branch information
kkraune authored Sep 28, 2023
2 parents b3e028a + 6d07fb3 commit 82af585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- check-links: |
bundle exec htmlproofer \
--assume-extension --check-html --check-external-hash --no-enforce-http \
--typhoeus '{"connecttimeout": 10, "timeout": 30, "followlocation": false, "accept_encoding": "zstd,br,gzip,deflate"}' \
--typhoeus '{"connecttimeout": 10, "timeout": 30, "accept_encoding": "zstd,br,gzip,deflate"}' \
--hydra '{"max_concurrency": 1}' \
--directory-index-file README.html \
--ignore-urls 'src/main/application/schemas/wiki.sd#L80,/localhost:8080/,src/main/application/search/query-profiles' \
Expand Down

0 comments on commit 82af585

Please sign in to comment.