Skip to content

Commit

Permalink
docs: also upload docs to sponge
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610524629
  • Loading branch information
happy-qiao authored and copybara-github committed Feb 27, 2024
1 parent 187a134 commit b8ccbc3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .kokoro/continuous/docfx.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Format: //devtools/kokoro/config/proto/build.proto

action {
define_artifacts {
regex: "**/*sponge_log.xml"
}
define_artifacts {
regex: "**/docs/_build/html/**/*"
}
}

env_vars: {
key: "STAGING_BUCKET"
value: "gcloud-python-test"
Expand Down
3 changes: 3 additions & 0 deletions .kokoro/docs/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ action {
define_artifacts {
regex: "**/*sponge_log.xml"
}
define_artifacts {
regex: "**/docs/_build/html/**/*"
}
}

# Download trampoline resources.
Expand Down
3 changes: 3 additions & 0 deletions .kokoro/presubmit/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ action {
define_artifacts {
regex: "**/*sponge_log.xml"
}
define_artifacts {
regex: "**/docs/_build/html/**/*"
}
}

# Download trampoline resources.
Expand Down

0 comments on commit b8ccbc3

Please sign in to comment.