Skip to content

Commit 85ea0dd

Browse files
committed
Try to fix the ignore pattern
1 parent 5c17ee9 commit 85ea0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ bundle exec htmlproofer ./_site/\
1616
--http-status-ignore "400,401,429"\
1717
--empty-alt-ignore\
1818
--allow-hash-href\
19-
--url-ignore '/https://github.com/scala/docs.scala-lang/blob/master/.*/,/www.oracle.com/,/http://dotty.epfl.ch/api/scala/tasty/Reflection/.*/'
19+
--url-ignore '/https://github.com/scala/docs.scala-lang/blob/master/.*/,/www.oracle.com/,/.*dotty.epfl.ch\/api\/scala\/tasty\/Reflection.*/'
2020

2121
exit 0

0 commit comments

Comments
 (0)