Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 72bd223

Browse files
chore: adding docfx doclet resource
* chore: updating publish_javadoc to support docfx yml generation * fix: reducing commit Source-Author: Emily Ball <[email protected]> Source-Date: Mon Jan 25 13:29:09 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 3816b080296d4d52975079fd26c110dd26ba25af Source-Link: googleapis/synthtool@3816b08
1 parent 2f1450c commit 72bd223

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.kokoro/release/publish_javadoc.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ before_action {
2727
}
2828
}
2929
}
30+
31+
# Downloads docfx doclet resource. This will be in ${KOKORO_GFILE_DIR}/<doclet name>
32+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/docfx"

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner.git",
7-
"sha": "4aa770ce669404ad0eca542ae5bd32a421748c18"
7+
"sha": "2f1450cb4780590d6660ebae56f96331b78dd973"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
22+
"sha": "3816b080296d4d52975079fd26c110dd26ba25af"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)