Skip to content

Commit 8a5a621

Browse files
committed
fix running attempts
1 parent 6aa2751 commit 8a5a621

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-gallery.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@ jobs:
5050
- uses: actions/upload-pages-artifact@v5
5151
with:
5252
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 }}
5356
- id: deployment
5457
uses: actions/deploy-pages@v5
58+
with:
59+
artifact_name: github-pages-${{ github.run_attempt }}

0 commit comments

Comments
 (0)