LP1991444: Cleanup Build Docs Artifacts in GitHub Actions user/dyrcona/lp1991444-build_docs-retention-days
authorJason Stephenson <jason@sigio.com>
Sat, 1 Oct 2022 13:20:35 +0000 (09:20 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 1 Oct 2022 13:20:35 +0000 (09:20 -0400)
commit41ff3bbaacbc9ab0eed7a45a9950ef5cd173e0d6
tree052a5b9c09ff3713cfaa53a62bb9f7a5024cbb8b
parentca44941827a5c6bd6c6e881f3b22b5915094d0b9
LP1991444: Cleanup Build Docs Artifacts in GitHub Actions

The Build Docs GitHub action leaves the built docs behind as
artifacts.  These artifacts currently use about 58MB apiece.  This can
quickly consume all of the available storage spacce (500MB) for
free-tier GitHub accounts.

This commit adds a retention-days setting of 2 so that build docs
artifacts should be removed after two days.

See also:

https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts#configuring-a-custom-artifact-retention-period

Signed-off-by: Jason Stephenson <jason@sigio.com>
.github/workflows/docs.yml