We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffd4dd commit 5efa5a5Copy full SHA for 5efa5a5
.circleci/config.yml
@@ -131,8 +131,10 @@ jobs:
131
htmlproofer ./build \
132
--ignore-empty-alt \
133
--checks 'Links,Images' \
134
+ --swap-urls '^/docs/:/' \
135
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me' \
- --ignore-status-codes '999'
136
+ --ignore-status-codes '403,429,999' \
137
+ --typhoeus '{"timeout":30,"followlocation":true,"headers":{"User-Agent":"Mozilla/5.0 (compatible; LinkChecker)"}}'
138
- notify_error:
139
message: "Validation job failed for branch ${CIRCLE_BRANCH}"
140
0 commit comments