Skip to content

Commit ddf85f9

Browse files
committed
fix flag
1 parent e870e6d commit ddf85f9

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
@@ -129,7 +129,7 @@ jobs:
129129
htmlproofer --help
130130
# Handle path prefix and ignore search template placeholders
131131
htmlproofer ./build \
132-
--ignore-empty-alt=true \
132+
--ignore-empty-alt \
133133
--swap-urls "^/docs/:/" \
134134
--ignore-urls "^/docs/_/,^\\[url\\]$,^\\[path\\]$,https://circleci.com/api/v1.1/me" \
135135
--ignore-status-codes "999"

0 commit comments

Comments
 (0)