Skip to content

Commit 441eced

Browse files
authored
dev: Fix flaky action caused by new version of download-artifact (#488)
1 parent e79c353 commit 441eced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@ jobs:
9090
- name: Setup Pages
9191
uses: actions/configure-pages@v5
9292
- name: Clean public folder
93-
run: rm -rf public/*
93+
run: rm -rf public && mkdir -p public
9494
- name: Download artifacts
9595
uses: actions/download-artifact@v7
9696
with:
97-
name: ${{ env.SANITIZED_BRANCH }}
9897
path: public/
9998
- name: Generate overview.html
10099
run: |

0 commit comments

Comments
 (0)