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

Commit 4ae9db2

Browse files
chore: copy README to docfx-yml dir (#75)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/e006cc60-1a44-4267-85d4-fdb18bd0f44e/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@d0bdade
1 parent 16c5603 commit 4ae9db2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.kokoro/release/publish_javadoc11.sh

+4-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-workflow-executions.git",
7-
"sha": "7c1df3c1fef722f025fa36c650820a4e231163b6"
7+
"sha": "16c56036867e723b1f4857f5c34949a6670bee42"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5"
22+
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)