Skip to content

Commit 04a5cca

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: remove custom stem in docs jobs
FUTURE_COPYBARA_INTEGRATE_REVIEW=#490 from googleapis:release-please--branches--main--components--vertexai 85ffaae PiperOrigin-RevId: 771250625
1 parent e9abf25 commit 04a5cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/presubmit/node18/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm install --no-save @google-cloud/cloud-rad@^0.4.0
3232
set +e
3333

3434
# publish docs to devsite
35-
NO_UPLOAD=1 DOCS_METADATA_STEM=/vertex-ai/generative-ai/docs/reference/nodejs npx @google-cloud/cloud-rad . cloud-rad
35+
NO_UPLOAD=1 npx @google-cloud/cloud-rad . cloud-rad
3636

3737
tar cvfz docs.tar.gz yaml
3838

.kokoro/release/docs-devsite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ fi
2828
npm install
2929
npm install --no-save @google-cloud/cloud-rad@^0.4.0
3030
# publish docs to devsite
31-
DOCS_METADATA_STEM=/vertex-ai/generative-ai/docs/reference/nodejs npx @google-cloud/cloud-rad . cloud-rad
31+
npx @google-cloud/cloud-rad . cloud-rad

0 commit comments

Comments
 (0)