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