diff --git a/.kokoro/docs.sh b/.kokoro/docs.sh index 8ca19ce28..ea6e514f4 100755 --- a/.kokoro/docs.sh +++ b/.kokoro/docs.sh @@ -30,4 +30,4 @@ BIN=./node_modules/.bin npm install broken-link-checker npm install http-server $BIN/http-server -p 8080 docs/ & -$BIN/blc -r http://localhost:8080 +$BIN/blc http://localhost:8080 -r --exclude www.googleapis.com