8000
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 117d473 + b5e0994 commit 08323ebCopy full SHA for 08323eb
scripts/ci.sh
@@ -10,6 +10,6 @@ rm -r tut-tmp
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/.*/'
+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/'
14
15
exit 0
0 commit comments