Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 0926713

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/docs.sh

Lines changed: 1 addition & 1 deletion
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)