Skip to content

Commit 5efa5a5

Browse files
committed
try again
1 parent cffd4dd commit 5efa5a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,10 @@ jobs:
131131
htmlproofer ./build \
132132
--ignore-empty-alt \
133133
--checks 'Links,Images' \
134+
--swap-urls '^/docs/:/' \
134135
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me' \
135-
--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)"}}'
136138
- notify_error:
137139
message: "Validation job failed for branch ${CIRCLE_BRANCH}"
138140

0 commit comments

Comments
 (0)