Skip to content

Commit f126c49

Browse files
committed
Modify CI script to use new modification script
1 parent 8d196c2 commit f126c49

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cibuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ echo "Building site ------------------------------------"
2525
bundle exec jekyll build --trace
2626

2727
echo "Validating HTML ----------------------------------"
28-
bundle exec htmlproof ./_site --disable-external
28+
BASENAME="_tmp-fixed-site"
29+
./publish.rb --test 'bundle exec htmlproof ./ --disable-external'
2930

3031
# If the site build succeeded but we found BOMs, we want to fail the build
3132
if [ $FOUND_BOM == true ]

0 commit comments

Comments
 (0)