Skip to content

Commit b7b9fc4

Browse files
chore: copy README to docfx-yml dir (#1163)
* chore: copy README to docfx-yml dir - also cleaning up uneccessary dash in destination_prefix * chore: update path Source-Author: Emily Ball <emilyball@google.com> Source-Date: Thu Mar 4 11:56:04 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: d0bdade9a962042dc0f770cf631086f3db59b5b0 Source-Link: googleapis/synthtool@d0bdade
1 parent 4e78101 commit b7b9fc4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎.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,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigquery.git",
7-
"sha": "7cb21503b44b2225d52c298d6cc698a1335542fa"
7+
"sha": "4e781017adc4f4ce574250baba3e30349aaf5d75"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5"
14+
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)