Skip to content

Commit

Permalink
Fix: ビルドのパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 6, 2024
1 parent ca24369 commit cfbf11c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_preview_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build
run: |
npm run storybook:build -- --preview-url ./ --output-dir dist_preview/storybook
npm run browser:build -- --base ./ --outDir dist_preview/editor
# browser:buildのoutDirは/srcからの相対パスで指定する
npm run browser:build -- --base ./ --outDir ../dist_preview/editor
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cfbf11c

Please sign in to comment.