File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ jobs:
31
31
repo-path : " _site"
32
32
33
33
# Upload the CRAN repository for use in the next step
34
+ # Make sure to set a retention day to avoid running into a cap
34
35
- name : Upload build artifact
35
36
uses : actions/upload-artifact@v3
36
37
with :
37
38
name : rwasmrepo
38
39
path : |
39
40
_site
41
+ retention-days : 1
40
42
41
43
pkgdown :
42
44
runs-on : ubuntu-latest
87
89
path : _site
88
90
89
91
# Upload a tar file that will work with GitHub Pages
92
+ # Make sure to set a retention day to avoid running into a cap
93
+ # This artifact shouldn't be required after deployment onto pages was a success.
90
94
- name : Upload Pages artifact
91
95
uses : actions/upload-pages-artifact@v2
96
+ with :
97
+ retention-days : 1
92
98
93
99
# Use an Action deploy to push the artifact onto GitHub Pages
94
100
# This requires the `Action` tab being structured to allow for deployment
You can’t perform that action at this time.
0 commit comments