Skip to content

Commit 0e0df4e

Browse files
committed
Fix GitHub Actions workflow - add retention days for artifacts
1 parent 843edf0 commit 0e0df4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: ./public
67+
retention-days: 1
6768

6869
# Deployment job
6970
deploy:

0 commit comments

Comments
 (0)