There was an error while loading. Please reload this page.
1 parent 6aa2751 commit 8a5a621Copy full SHA for 8a5a621
1 file changed
.github/workflows/deploy-gallery.yml
@@ -50,5 +50,10 @@ jobs:
50
- uses: actions/upload-pages-artifact@v5
51
with:
52
path: site/dist
53
+ # Per-attempt name so re-running a failed run doesn't collide
54
+ # with the previous attempt's artifact.
55
+ name: github-pages-${{ github.run_attempt }}
56
- id: deployment
57
uses: actions/deploy-pages@v5
58
+ with:
59
+ artifact_name: github-pages-${{ github.run_attempt }}
0 commit comments