From 6d07fb37d82be434d24a9982dbdc8f211bd502eb Mon Sep 17 00:00:00 2001 From: Kristian Aune Date: Thu, 28 Sep 2023 10:50:47 +0200 Subject: [PATCH] follow redirects for link check --- screwdriver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screwdriver.yaml b/screwdriver.yaml index f53634823..a33eadb58 100644 --- a/screwdriver.yaml +++ b/screwdriver.yaml @@ -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' \