We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15995 commit 3dd245dCopy full SHA for 3dd245d
internal/kokoro/publish_docs.sh
@@ -35,7 +35,7 @@ if [[ -n "$FORCE_GENERATE_ALL" ]]; then
35
for m in $(find . -name go.mod -execdir go list -m \; | grep -v internal); do
36
godocfx -out obj/api/$m@latest $m
37
done
38
-if [[ -n "$MODULE" ]]; then
+elif [[ -n "$MODULE" ]]; then
39
godocfx "$MODULE"
40
else
41
godocfx -project $GCLOUD_TESTS_GOLANG_PROJECT_ID -new-modules cloud.google.com/go
0 commit comments