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/
10
10
bundle exec jekyll build
11
11
12
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/'
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.*/'
14
20
15
21
exit 0
You can’t perform that action at this time.
0 commit comments