Skip to content

Commit b637e71

Browse files
authored
ci: upload more library documentation (#11582)
1 parent e37fd4c commit b637e71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/cloudbuild/builds/publish-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ for feature in "${FEATURE_LIST[@]}"; do
158158
if [[ "${feature}" == "experimental-storage-grpc" ]]; then continue; fi
159159
if [[ "${feature}" == "grafeas" ]]; then continue; fi
160160
# 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"
161+
if [[ "${feature}" < "v" ]]; then continue; fi
162+
stage_docfx "google-cloud-${feature}" "cmake-out/google/cloud/${feature}/docfx"
163163
done
164164

165165
io::log_h2 "Publishing docs"

0 commit comments

Comments
 (0)