projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3186b3
)
LP1991444: only store github actions-generated docs for 2 days
user/sandbergja/github-workflow-retention-days
author
Jane Sandberg
<sandbergja@gmail.com>
Sat, 1 Oct 2022 13:27:55 +0000
(06:27 -0700)
committer
Jane 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
patch
|
blob
|
history
diff --git
a/.github/workflows/docs.yml
b/.github/workflows/docs.yml
index
29cc5f8
..
b559e95
100644
(file)
--- 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@v
2
+ - uses: actions/upload-artifact@v
3
with:
name: built-docs
path: docs/output
+ retention-days: 2