Skip to content

Commit

Permalink
Merge pull request #1310 from vespa-engine/kkraune/linkcheck
Browse files Browse the repository at this point in the history
improve link checking
  • Loading branch information
kkraune authored Sep 27, 2023
2 parents 3e1ce1c + cc3cd27 commit b3e028a
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}' \
--typhoeus '{"connecttimeout": 10, "timeout": 30, "followlocation": false, "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 b3e028a

Please sign in to comment.