Skip to content

Commit

Permalink
chore: (#165) 스토리북 빌드된 폴더 경로 재설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilpop8663 committed Jul 29, 2023
1 parent f3e006f commit e1178d5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/frontend-storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,13 @@ jobs:
PUBLIC_URL=$(echo $GITHUB_REPOSITORY | sed -r 's/^.+\/(.+)$/\/\1\//')
echo PUBLIC_URL=$PUBLIC_URL > .env
- name: Build app
run: |
npm run build
cp ./dist/index.html ./dist/404.html
- name: Build storybook
- name: 스토리북을 빌드한다.
run: |
npm run 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: ./dist
publish_dir: ./frontend/storybook-static

0 comments on commit e1178d5

Please sign in to comment.