Skip to content

Commit

Permalink
test(ci): improve html-proofer URLs check
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Sep 9, 2023
1 parent e027545 commit 10d1554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ main() {
# test
bundle exec htmlproofer "$SITE_DIR" \
--disable-external=true \
--enforce-https=false
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
}

while (($#)); do
Expand Down

0 comments on commit 10d1554

Please sign in to comment.