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

Commit

Permalink
chore: copy README to docfx-yml dir (#140)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/d951d7ac-466a-4370-9d67-bda68529e0f5/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@d0bdade
  • Loading branch information
yoshi-automation committed Mar 9, 2021
1 parent 6036c0f commit be90b2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .kokoro/release/publish_javadoc11.sh
Expand Up @@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
# generate yml
mvn clean site -B -q -P docFX

# copy README to docfx-yml dir and rename index.md
cp README.md target/docfx-yml/index.md

pushd target/docfx-yml

# create metadata
Expand All @@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \
python3 -m docuploader upload . \
--credentials ${CREDENTIALS} \
--staging-bucket ${STAGING_BUCKET_V2} \
--destination-prefix docfx-
--destination-prefix docfx
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "21da7d9fa02f6916d9f87cf4072b3547b5c72eb5"
"sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
}
}
],
Expand Down

0 comments on commit be90b2f

Please sign in to comment.