We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7bd5c commit d0bdadeCopy full SHA for d0bdade
synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc11.sh
@@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
40
# generate yml
41
mvn clean site -B -q -P docFX
42
43
+# copy README to docfx-yml dir and rename index.md
44
+cp README.md target/docfx-yml/index.md
45
+
46
pushd target/docfx-yml
47
48
# create metadata
@@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \
52
55
python3 -m docuploader upload . \
53
56
--credentials ${CREDENTIALS} \
54
57
--staging-bucket ${STAGING_BUCKET_V2} \
- --destination-prefix docfx-
58
+ --destination-prefix docfx
0 commit comments