LP1991444: only store github actions-generated docs for 2 days user/sandbergja/github-workflow-retention-days
authorJane Sandberg <sandbergja@gmail.com>
Sat, 1 Oct 2022 13:27:55 +0000 (06:27 -0700)
committerJane Sandberg <sandbergja@gmail.com>
Sat, 1 Oct 2022 13:28:21 +0000 (06:28 -0700)
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
.github/workflows/docs.yml

index 29cc5f8..b559e95 100644 (file)
@@ -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