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

Commit

Permalink
build: exclude googleapis in 404 check. (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jan 25, 2019
1 parent b7b0e3c commit 87873f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-01-24T12:18:47.099080Z",
"updateTime": "2019-01-25T12:20:24.754521Z",
"sources": [
{
"template": {
Expand Down

0 comments on commit 87873f3

Please sign in to comment.