We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e29e6b + 85ea0dd commit 1bdf5a4Copy full SHA for 1bdf5a4
scripts/ci.sh
@@ -10,6 +10,12 @@ rm -r /tmp/mdoc-out/
10
bundle exec jekyll build
11
12
# 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 "401,429" --empty-alt-ignore --allow-hash-href --url-ignore '/https://github.com/scala/docs.scala-lang/blob/master/.*/,/www.oracle.com/'
+# 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/,/.*dotty.epfl.ch\/api\/scala\/tasty\/Reflection.*/'
20
21
exit 0
0 commit comments