We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba6d8e commit f7f7e2dCopy full SHA for f7f7e2d
1 file changed
cibuild.sh
@@ -27,7 +27,7 @@ echo "Building site ------------------------------------"
27
bundle exec jekyll build --trace
28
29
echo "Validating HTML ----------------------------------"
30
-BASENAME="@TMP@" ruby publish.rb --test 'bundle exec htmlproof ./'
+BASENAME="@TMP@" ruby publish.rb --test 'bundle exec htmlproof ./ --disable-external'
31
32
# If the site build succeeded but we found BOMs, we want to fail the build
33
if [ $FOUND_BOM == true ]
0 commit comments