Skip to content

Commit

Permalink
๐Ÿ“ฆ๏ธ ci: build ํด๋”๋ช… ์ˆ˜์ • -\> dist
Browse files Browse the repository at this point in the history
  • Loading branch information
baegyeong committed Nov 14, 2024
1 parent 9495552 commit a5a0430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Build app
run: |
yarn client build
cp ./packages/frontend/build/index.html ./packages/frontend/build/404.html
cp ./packages/frontend/dist/index.html ./packages/frontend/dist/404.html
- name: Build storybook
run: |
yarn client build-storybook
mv ./packages/frontend/storybook-static ./packages/frontend/build/storybook
mv ./packages/frontend/storybook-static ./packages/frontend/dist/storybook
- name: Deploy to gh-pages branch
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit a5a0430

Please sign in to comment.