Skip to content

Commit 31c2c51

Browse files
committed
try ignore again
1 parent 45727f0 commit 31c2c51

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
@@ -131,7 +131,8 @@ jobs:
131131
--checks 'Links,Images' \
132132
--swap-urls '^/docs/:/' \
133133
--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,.*circleci-docs-static.*' \
134+
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me,https://circleci.com/docs/webhooks/#outbound-webhooks' \
135+
--url-ignore '/circleci-docs-static/' \
135136
--ignore-status-codes '403,429,999' \
136137
--no-check-external-hash \
137138
--typhoeus '{"timeout":30,"followlocation":true,"headers":{"User-Agent":"Mozilla/5.0 (compatible; LinkChecker)"}}'

0 commit comments

Comments
 (0)