diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 2fe8a201..80167f3b 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -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: