From: Jane Sandberg Date: Sat, 1 Oct 2022 13:27:55 +0000 (-0700) Subject: LP1991444: only store github actions-generated docs for 2 days X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ed200922caf079f4e45173b6560ecc6e2d2f7cbe;p=working%2FEvergreen.git LP1991444: only store github actions-generated docs for 2 days Signed-off-by: Jane Sandberg --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 29cc5f8adf..b559e95c20 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,8 @@ jobs: cd docs sed -i 's/branches.*/branches: [HEAD]/' site.yml perl generate_docs.pl --base-url http://example.com - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: built-docs path: docs/output + retention-days: 2