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

build: ignore googleapis.com in doc link checker #615

Merged
merged 1 commit into from
Jan 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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