We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37fd4c commit b637e71Copy full SHA for b637e71
1 file changed
ci/cloudbuild/builds/publish-docs.sh
@@ -158,8 +158,8 @@ for feature in "${FEATURE_LIST[@]}"; do
158
if [[ "${feature}" == "experimental-storage-grpc" ]]; then continue; fi
159
if [[ "${feature}" == "grafeas" ]]; then continue; fi
160
# TODO(#11430) - slowly change this limit until all libraries are published
161
- if [[ "${feature}" < "z" ]]; then continue; fi
162
- upload_docfx "google-cloud-${feature}" "cmake-out/google/cloud/${feature}/docfx"
+ if [[ "${feature}" < "v" ]]; then continue; fi
+ stage_docfx "google-cloud-${feature}" "cmake-out/google/cloud/${feature}/docfx"
163
done
164
165
io::log_h2 "Publishing docs"
0 commit comments