Skip to content

Commit 99e775f

Browse files
author
Kurt Medley
committed
fix(ci): build Storybooks with output dirs
1 parent 0195044 commit 99e775f

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/pages-storybook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
- name: Build Vue Storybook
4646
env:
4747
STORYBOOK_BASE_PATH: /${{ github.event.repository.name }}/vue/
48-
run: pnpm --filter @rei/c1-vue build-storybook -- --output-dir dist/storybook/vue
48+
run: pnpm exec storybook build --config-dir apps/vue/.storybook --output-dir dist/storybook/vue
4949

5050
- name: Build React Storybook
5151
env:
5252
STORYBOOK_BASE_PATH: /${{ github.event.repository.name }}/react/
53-
run: pnpm --filter @rei/c1-react build-storybook -- --output-dir dist/storybook/react
53+
run: pnpm exec storybook build --config-dir apps/react/.storybook --output-dir dist/storybook/react
5454

5555
- name: Upload Pages artifact
5656
uses: actions/upload-pages-artifact@v3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Cedar One Changelog
22

3+
## 0.1.34-alpha.0 - 2026-02-04
4+
5+
- Fixed GitHub Pages Storybook workflow to pass output directories directly to the Storybook CLI.
6+
37
## 0.1.33-alpha.0 - 2026-02-04
48

59
- Added GitHub Pages workflow to build and deploy HTML, Vue, and React Storybooks under subpaths.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rei/c1",
3-
"version": "0.1.33-alpha.0",
3+
"version": "0.1.34-alpha.0",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)