Skip to content

Commit 49411b7

Browse files
committed
ci: deploy storybook again
1 parent 01340e5 commit 49411b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-github-pages.yml.disabled renamed to .github/workflows/deploy-github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
uses: bitovi/[email protected]
3131
with:
3232
install_command: pnpm install
33-
build_command: pnpm run build-storybook
34-
path: storybook-static
33+
build_command: pnpm run --filter @scouterna/ui-react build-storybook
34+
path: ./packages/ui-react/storybook-static
3535
checkout: false

0 commit comments

Comments
 (0)