]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1991444: Cleanup Build Docs Artifacts in GitHub Actions
authorJason Stephenson <jason@sigio.com>
Sat, 1 Oct 2022 13:20:35 +0000 (09:20 -0400)
committerJane Sandberg <sandbergja@gmail.com>
Sat, 1 Oct 2022 13:33:39 +0000 (06:33 -0700)
commit5480e30d30af4a3b43d7a98595d40833c1f2ca4e
tree1b5c89f49832fe0c49e4c4b72b6dcd7f2eb035bf
parentc86154a2b91dfa34bdeefb58bcf6c243560c13c2
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>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
.github/workflows/docs.yml