From ee289f7e059182ee84750af5b2e15c9d1c88f673 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Wed, 23 Jan 2019 16:23:33 -0700 Subject: [PATCH] build: ignore googleapis.com in doc link check --- .kokoro/docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/docs.sh b/.kokoro/docs.sh index 8ca19ce..ea6e514 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