We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f3248 commit 51d1233Copy full SHA for 51d1233
1 file changed
.github/workflows/deploy.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Upload build artifacts
48
uses: actions/upload-artifact@v4
49
with:
50
- name: github-pages
+ name: github-pages-${{ github.run_id }}
51
path: dist
52
retention-days: 1
53
@@ -62,7 +62,7 @@ jobs:
62
- name: Download build artifacts
63
uses: actions/download-artifact@v4
64
65
66
67
68
- name: Setup Pages
0 commit comments