Skip to content

Commit 5c17ee9

Browse files
committed
Break arguments into separate lines and temporarily disable checking for tasty docs
1 parent 34d17d7 commit 5c17ee9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/ci.sh

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ rm -r /tmp/mdoc-out/
1010
bundle exec jekyll build
1111

1212
# Checking for docs.scala-lang/blob/master leads to a chicken and egg problem because of the edit links of new pages.
13-
bundle exec htmlproofer ./_site/ --only-4xx --http-status-ignore "400,401,429" --empty-alt-ignore --allow-hash-href --url-ignore '/https://github.com/scala/docs.scala-lang/blob/master/.*/,/www.oracle.com/'
13+
# The docs at http://dotty.epfl.ch/api/scala/tasty/ are temporarily not available.
14+
bundle exec htmlproofer ./_site/\
15+
--only-4xx\
16+
--http-status-ignore "400,401,429"\
17+
--empty-alt-ignore\
18+
--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/.*/'
1420

1521
exit 0

0 commit comments

Comments
 (0)