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 29, 2024
1 parent e1c7870 commit 887bab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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.tar.gz"
}
}

# Download trampoline resources.
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def docs(session):
os.path.join("docs", ""),
os.path.join("docs", "_build", "html", ""),
)
session.run("tar", "cvfz", " docs/_build/html.tar.gz", "docs/_build/html")


@nox.session(python="3.10")
Expand Down

0 comments on commit 887bab8

Please sign in to comment.