File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ URL_IGNORE:=$(URL_IGNORE)$(NEW_URLS)
71
71
# # validate-site: Builds the site and validates the pages. This is used for CI
72
72
.PHONY : validate-site
73
73
validate-site : build-hugo
74
- ${DORP} run -t -i --rm -v " $( shell pwd) " :/site:z -w /site ${KIALI_HUGO_IMAGE} /bin/bash -c " npm prune && npm config set fetch-retry-mintimeout 20000 && npm config set fetch-retry-maxtimeout 120000 && hugo && htmlproofer --typhoeus '{\" connecttimeout\" : 30, \" timeout\" : 30}' --hydra='{\" max_concurrency\" : 6}' --allow-hash-href --allow-missing-href --ignore-empty-alt --ignore-missing-alt --no-check-external-hash --no-check-internal-hash --no-enforce-https --ignore-urls \" ${URL_IGNORE} \" ./public"
74
+ ${DORP} run -t -i --rm -v " $( shell pwd) " :/site:z -w /site ${KIALI_HUGO_IMAGE} /bin/bash -c " npm prune && npm config set fetch-retry-mintimeout 20000 && npm config set fetch-retry-maxtimeout 120000 && hugo && htmlproofer --typhoeus '{\" connecttimeout\" : 30, \" timeout\" : 30}' --hydra='{\" max_concurrency\" : 6}' --allow-hash-href --allow-missing-href --ignore-empty-alt --ignore-missing-alt --no-check-external-hash --no-check-internal-hash --no-enforce-https --ignore_status_codes " 302 " -- ignore-urls \" ${URL_IGNORE} \" ./public"
You can’t perform that action at this time.
0 commit comments