We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b28df commit 2062e54Copy full SHA for 2062e54
1 file changed
cibuild.sh
@@ -28,7 +28,7 @@ bundle exec jekyll build --trace
28
29
echo "Validating HTML ----------------------------------"
30
# We want to use the publish script so that we can implement other transformations in the future
31
-ruby publish.rb --no-fix-links --test 'htmlproof ./ --href-ignore ".*example\.com.*"'
+ruby publish.rb --no-fix-links --test 'htmlproof ./ --href-ignore /.*example\.com.*/'
32
33
# If the site build succeeded but we found BOMs, we want to fail the build
34
if [ $FOUND_BOM == true ]
0 commit comments