We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca0c0e commit d7f9503Copy full SHA for d7f9503
scripts/test.sh
@@ -10,5 +10,6 @@ bundle exec jekyll build --source /srv/jekyll --destination /output
10
bundle exec htmlproofer \
11
--ignore-status-codes "429" \
12
--only_4xx \
13
- --ignore-urls twitter.com \
+ --enforce-https false \
14
+ --ignore-urls "/twitter.com/, /github.com/" \
15
/output
0 commit comments