Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
build: ignore googleapis.com in doc link check (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jan 24, 2019
1 parent fb6afae commit c046b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c046b2b

Please sign in to comment.