Skip to content

Commit f4c667f

Browse files
committed
Ignore github.com and don't enforce https:
1 parent 14e7786 commit f4c667f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/test.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ bundle exec jekyll build --source /srv/jekyll --destination /output
99
# This line runs broken link checks: https://github.com/gjtorikian/html-proofer
1010
bundle exec htmlproofer \
1111
--ignore-status-codes "429" \
12-
--only_4xx \
13-
--ignore-urls twitter.com \
12+
--only-4xx \
13+
--no-enforce-https \
14+
--no-check-external-hash \
15+
--ignore-urls "/twitter.com/,/github.com/" \
1416
/output

0 commit comments

Comments
 (0)