diff --git a/internal/kokoro/publish_docs.sh b/internal/kokoro/publish_docs.sh index 71c2d59813f8..eb257625e5f8 100755 --- a/internal/kokoro/publish_docs.sh +++ b/internal/kokoro/publish_docs.sh @@ -35,7 +35,7 @@ if [[ -n "$FORCE_GENERATE_ALL" ]]; then for m in $(find . -name go.mod -execdir go list -m \; | grep -v internal); do godocfx -out obj/api/$m@latest $m done -if [[ -n "$MODULE" ]]; then +elif [[ -n "$MODULE" ]]; then godocfx "$MODULE" else godocfx -project $GCLOUD_TESTS_GOLANG_PROJECT_ID -new-modules cloud.google.com/go