Skip to content

Commit 2062e54

Browse files
committed
Use slashes instead of quotes for command-line regex
1 parent c7b28df commit 2062e54

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
@@ -28,7 +28,7 @@ bundle exec jekyll build --trace
2828

2929
echo "Validating HTML ----------------------------------"
3030
# 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.*"'
31+
ruby publish.rb --no-fix-links --test 'htmlproof ./ --href-ignore /.*example\.com.*/'
3232

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

0 commit comments

Comments
 (0)