Skip to content

Commit

Permalink
Add GitHub repo, issue tracker metadata for javadoc site (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Jul 3, 2019
1 parent 88a6548 commit 63d0799
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ pushd target/site/apidocs
python3 -m docuploader create-metadata \
--name ${NAME} \
--version ${VERSION} \
--language java
--language java \
--github-repository https://github.com/googleapis/google-http-java-client \
--issue-tracker https://github.com/googleapis/google-http-java-client/issues \

# upload docs
python3 -m docuploader upload . \
Expand Down

0 comments on commit 63d0799

Please sign in to comment.