We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5f857 commit dc15995Copy full SHA for dc15995
internal/kokoro/publish_docs.sh
@@ -35,6 +35,8 @@ 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
39
+ godocfx "$MODULE"
40
else
41
godocfx -project $GCLOUD_TESTS_GOLANG_PROJECT_ID -new-modules cloud.google.com/go
42
fi
0 commit comments