Skip to content

Commit cffd4dd

Browse files
committed
try again
1 parent a3d34eb commit cffd4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ 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' \
133+
--checks 'Links,Images' \
134+
--ignore-urls '[url],[path],https://circleci.com/api/v1.1/me' \
135135
--ignore-status-codes '999'
136136
- notify_error:
137137
message: "Validation job failed for branch ${CIRCLE_BRANCH}"

0 commit comments

Comments
 (0)