Skip to content

Commit f7f7e2d

Browse files
committed
Revert "Allow checking external links"
This reverts commit cba6d8e.
1 parent cba6d8e commit f7f7e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo "Building site ------------------------------------"
2727
bundle exec jekyll build --trace
2828

2929
echo "Validating HTML ----------------------------------"
30-
BASENAME="@TMP@" ruby publish.rb --test 'bundle exec htmlproof ./'
30+
BASENAME="@TMP@" ruby publish.rb --test 'bundle exec htmlproof ./ --disable-external'
3131

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

0 commit comments

Comments
 (0)