Skip to content

Commit 651b1a7

Browse files
committed
fix: Use unique GitHub Pages artifact name to avoid deploy conflict
1 parent a621deb commit 651b1a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: './storybook-static'
49+
name: storybook-pages
4950

5051
- name: Deploy to GitHub Pages
5152
id: deployment
5253
uses: actions/deploy-pages@v4
54+
with:
55+
artifact_name: storybook-pages

0 commit comments

Comments
 (0)