Skip to content

Commit

Permalink
Fix: preview-urlの指定を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 6, 2024
1 parent ee3cbec commit ecf2c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_preview_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build
run: |
npm run storybook:build -- --preview-url ./ --output-dir $(pwd)/dist_preview/storybook
npm run storybook:build -- --output-dir $(pwd)/dist_preview/storybook
npm run browser:build -- --base ./ --outDir $(pwd)/dist_preview/editor
- name: Upload artifact
Expand Down

0 comments on commit ecf2c7a

Please sign in to comment.