We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e7786 commit f4c667fCopy full SHA for f4c667f
scripts/test.sh
@@ -9,6 +9,8 @@ bundle exec jekyll build --source /srv/jekyll --destination /output
9
# This line runs broken link checks: https://github.com/gjtorikian/html-proofer
10
bundle exec htmlproofer \
11
--ignore-status-codes "429" \
12
- --only_4xx \
13
- --ignore-urls twitter.com \
+ --only-4xx \
+ --no-enforce-https \
14
+ --no-check-external-hash \
15
+ --ignore-urls "/twitter.com/,/github.com/" \
16
/output
0 commit comments