Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 83d0bb9

Browse files
Merge cf769c5 into 8274ac0
2 parents 8274ac0 + cf769c5 commit 83d0bb9

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.kokoro/release/publish_javadoc11.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
4040
# generate yml
4141
mvn 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+
4346
pushd target/docfx-yml
4447

4548
# create metadata
@@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \
5255
python3 -m docuploader upload . \
5356
--credentials ${CREDENTIALS} \
5457
--staging-bucket ${STAGING_BUCKET_V2} \
55-
--destination-prefix docfx-
58+
--destination-prefix docfx

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-memcache.git",
7-
"sha": "e63e4ecc464b861166265a80f5e7b1ae7250dc6e"
7+
"sha": "8274ac033ab287e19389eeb8411d6a82326de76c"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5"
30+
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)