Skip to content

Commit bdbb2fd

Browse files
committed
try that again
1 parent b793d09 commit bdbb2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
htmlproofer ./build \
132132
--ignore-empty-alt=true \
133133
--swap-urls "^/docs/:/" \
134-
--ignore-urls "/docs/_/,\[url\],\[path\]" \
134+
--ignore-urls "^/docs/_/,^\\[url\\]$,^\\[path\\]$" \
135135
--ignore-status-codes "999"
136136
- notify_error:
137137
message: "Validation job failed for branch ${CIRCLE_BRANCH}"

0 commit comments

Comments
 (0)