Skip to content

Commit 0926713

Browse files
authored
build: ignore googleapis.com in doc link check (#368)
1 parent 2f0f992 commit 0926713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ BIN=./node_modules/.bin
3030
npm install broken-link-checker
3131
npm install http-server
3232
$BIN/http-server -p 8080 docs/ &
33-
$BIN/blc -r http://localhost:8080
33+
$BIN/blc http://localhost:8080 -r --exclude www.googleapis.com

0 commit comments

Comments
 (0)