Skip to content

Commit

Permalink
chore: update publish_javadoc.sh (googleapis#489)
Browse files Browse the repository at this point in the history
We don't want quite as much and need to be in `target/devsite/reference`.

Source-Author: Les Vogel <[email protected]>
Source-Date: Thu Oct 22 14:10:05 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 9593c3b5b714cc9b17c445aee8834ac2b4b9348b
Source-Link: googleapis/synthtool@9593c3b
  • Loading branch information
yoshi-automation authored and ad548 committed Mar 13, 2021
1 parent 816f26e commit fbf7ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ popd
# V2
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"

pushd target/devsite
pushd target/devsite/reference

# create metadata
python3 -m docuploader create-metadata \
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigtable.git",
"sha": "2851141b7c3b345167ce1cd1db0dab3084bc2779"
"sha": "fc741645536e01fac772136bc8346f73ff95e600"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
"sha": "9593c3b5b714cc9b17c445aee8834ac2b4b9348b"
}
}
],
Expand Down

0 comments on commit fbf7ad1

Please sign in to comment.