Skip to content

Commit a3d34eb

Browse files
committed
try refile regex and other syntax to only get real fails
1 parent ddf85f9 commit a3d34eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ jobs:
130130
# Handle path prefix and ignore search template placeholders
131131
htmlproofer ./build \
132132
--ignore-empty-alt \
133-
--swap-urls "^/docs/:/" \
134-
--ignore-urls "^/docs/_/,^\\[url\\]$,^\\[path\\]$,https://circleci.com/api/v1.1/me" \
135-
--ignore-status-codes "999"
133+
--swap-urls '^/docs/:/' \
134+
--ignore-urls '/docs/_/,\[url\],\[path\],https://circleci.com/api/v1.1/me' \
135+
--ignore-status-codes '999'
136136
- notify_error:
137137
message: "Validation job failed for branch ${CIRCLE_BRANCH}"
138138

0 commit comments

Comments
 (0)