Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update docs devsite command #3737

Merged
merged 13 commits into from
Dec 15, 2022
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/**