Skip to content

Commit c922836

Browse files
committed
stop checking external links
1 parent be3d9be commit c922836

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,10 @@ jobs:
129129
htmlproofer ./build \
130130
--ignore-empty-alt \
131131
--checks 'Links,Images' \
132+
--disable-external \
132133
--swap-urls '^/docs/:/' \
133134
--ignore-files './build/api/v1/index.html,./build/api/v2/index.html' \
134-
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me,https://circleci.com/docs/webhooks/#outbound-webhooks,https://github.com/circleci/circleci-docs-static/edit' \
135-
--ignore-status-codes '0,403,429,999' \
136-
--no-check-external-hash \
137-
--typhoeus '{"timeout":30,"followlocation":true,"headers":{"User-Agent":"Mozilla/5.0 (compatible; LinkChecker)"}}'
135+
--ignore-urls '[url],[path]'
138136
- notify_error:
139137
message: "Validation job failed for branch ${CIRCLE_BRANCH}"
140138

0 commit comments

Comments
 (0)