This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
4040# generate yml
4141mvn clean site -B -q -P docFX
4242
43+ # copy README to docfx-yml dir and rename index.md
44+ cp README.md target/docfx-yml/index.md
45+
4346pushd target/docfx-yml
4447
4548# create metadata
@@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \
5255python3 -m docuploader upload . \
5356 --credentials ${CREDENTIALS} \
5457 --staging-bucket ${STAGING_BUCKET_V2} \
55- --destination-prefix docfx-
58+ --destination-prefix docfx
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-monitoring.git",
7- "sha": "605c6db7a34242d3cf110285c95b6f8a3409d7a9 "
7+ "sha": "35ca49b598c3e3f23e53afd375aa4348a2607f3b "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5 "
22+ "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0 "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments