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

Commit

Permalink
chore: adding docfx doclet resource (#259)
Browse files Browse the repository at this point in the history
* chore: updating publish_javadoc to support docfx yml generation

* fix: reducing commit

Source-Author: Emily Ball <emilyball@google.com>
Source-Date: Mon Jan 25 13:29:09 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 3816b080296d4d52975079fd26c110dd26ba25af
Source-Link: googleapis/synthtool@3816b08
  • Loading branch information
yoshi-automation committed Jan 27, 2021
1 parent 1b0b4a6 commit 5e83b50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .kokoro/release/publish_javadoc.cfg
Expand Up @@ -27,3 +27,6 @@ before_action {
}
}
}

# Downloads docfx doclet resource. This will be in ${KOKORO_GFILE_DIR}/<doclet name>
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
"sha": "14caf406fd876f8ab43b35f319a23cb8bc177337"
"sha": "88e88fc322c9352d59bc6f07e8f8c6f5addd5add"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
"sha": "3816b080296d4d52975079fd26c110dd26ba25af"
}
}
],
Expand Down

0 comments on commit 5e83b50

Please sign in to comment.