We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39a75a commit 54447e2Copy full SHA for 54447e2
.github/workflows/branch-preview.yaml
@@ -58,6 +58,7 @@ jobs:
58
uses: actions/upload-pages-artifact@v3
59
with:
60
path: ./output/
61
+ retention-days: 7 # 1週間くらい残しておく
62
63
deploy:
64
permissions:
0 commit comments