Skip to content

Commit

Permalink
build: update docs devsite command (#3737)
Browse files Browse the repository at this point in the history
*build: update docs devsite command
  • Loading branch information
sofisl authored Dec 15, 2022
1 parent 4b0293f commit cfff1c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .kokoro/release/docs-devsite-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ npm install
# passes on current working directory for cloud rad
export MONO_REPO_CWD=$PWD

npm install --no-save @google-cloud/[email protected]
# publish docs to devsite
npx @google-cloud/cloud-rad@0.2.21
npx @google-cloud/cloud-rad . cloud-rad
2 changes: 1 addition & 1 deletion .kokoro/release/docs-devsite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ then
fi

SCRIPT=$(realpath $(dirname $0)/./docs-devsite-single.sh)
npx @google-cloud/mono-repo-publish custom --script="${SCRIPT}" --pr-url="${AUTORELEASE_PR}"
npx @google-cloud/mono-repo-publish custom --script="${SCRIPT}" --pr-url="${AUTORELEASE_PR}" --exclude-files=**/samples/**

0 comments on commit cfff1c3

Please sign in to comment.