File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ rm -r /tmp/mdoc-out/
1010bundle 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 " 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/,/.*dotty.epfl.ch\/api\/scala\/tasty\/Reflection.*/'
1420
1521exit 0
You can’t perform that action at this time.
0 commit comments