Skip to content

Commit

Permalink
📦️ ci: build 명령어 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
baegyeong committed Nov 14, 2024
1 parent eaac39f commit 1301ded
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ jobs:
- name: Build app
run: |
yarn run build
cp ./build/index.html ./build/404.html
yarn client build
cp ./packages/frontend/build/index.html ./packages/frontend/build/404.html
- name: Build storybook
run: |
yarn run build-storybook
mv ./storybook-static ./build/storybook
yarn client build-storybook
mv ./packages/frontend/storybook-static ./packages/frontend/build/storybook
- name: Deploy to gh-pages branch
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 1301ded

Please sign in to comment.