Skip to content

Commit

Permalink
chore: (#165) build 폴더에서 dist 폴더로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilpop8663 committed Jul 29, 2023
1 parent 825cdf8 commit f3e006f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ jobs:
- name: Build app
run: |
npm run build
cp ./build/index.html ./build/404.html
cp ./dist/index.html ./dist/404.html
- name: Build storybook
run: |
npm run build-storybook
mv ./storybook-static ./build/storybook
mv ./storybook-static ./dist/storybook
- name: storybook-deploy 브런치에 배포할 파일을 업데이트 한다.
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: storybook-deploy
publish_dir: ./build
publish_dir: ./dist

0 comments on commit f3e006f

Please sign in to comment.