Skip to content

Commit 22b010e

Browse files
committed
don't check api docs for now
1 parent 5efa5a5 commit 22b010e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
--ignore-empty-alt \
133133
--checks 'Links,Images' \
134134
--swap-urls '^/docs/:/' \
135-
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me' \
135+
--ignore-files './build/api/v1/index.html,./build/api/v2/index.html' \
136+
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me,https://circleci.com/docs/webhooks/#outbound-webhooks' \
136137
--ignore-status-codes '403,429,999' \
137138
--typhoeus '{"timeout":30,"followlocation":true,"headers":{"User-Agent":"Mozilla/5.0 (compatible; LinkChecker)"}}'
138139
- notify_error:

0 commit comments

Comments
 (0)