Skip to content

Commit 62c9613

Browse files
committed
fix: yml 아티팩트 경로 조정
1 parent f5832af commit 62c9613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v2.0.0
3434
with:
35-
path: storybook-static
35+
path: packages/design-system/storybook-static
3636

3737
deploy:
3838
environment:

0 commit comments

Comments
 (0)