We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d21dc commit fdf13e6Copy full SHA for fdf13e6
ci/cloudbuild/builds/publish-docs.sh
@@ -152,6 +152,7 @@ io::log "branch: ${BRANCH_NAME}"
152
io::log "bucket: gs://${docfx_bucket}"
153
154
stage_docfx "google-cloud-common" "cmake-out/google/cloud/docfx"
155
+stage_docfx "google-cloud-bigtable" "cmake-out/google/cloud/bigtable/docfx"
156
stage_docfx "google-cloud-kms" "cmake-out/google/cloud/kms/docfx"
157
stage_docfx "google-cloud-secretmanager" "cmake-out/google/cloud/secretmanager/docfx"
158
for feature in "${FEATURE_LIST[@]}"; do
0 commit comments