Skip to content

Commit

Permalink
Update publish_javadoc.sh
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 committed Oct 27, 2020
1 parent a7d2515 commit 22b0af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11"
"sha": "9593c3b5b714cc9b17c445aee8834ac2b4b9348b"
}
}
],
Expand Down

0 comments on commit 22b0af7

Please sign in to comment.