Skip to content

Commit 9593c3b

Browse files
authored
Update publish_javadoc.sh (#819)
We don't want quite as much and need to be in `target/devsite/reference`.
1 parent 901ddd4 commit 9593c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ popd
6262
# V2
6363
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
6464

65-
pushd target/devsite
65+
pushd target/devsite/reference
6666

6767
# create metadata
6868
python3 -m docuploader create-metadata \

0 commit comments

Comments
 (0)