Skip to content

Commit

Permalink
fix: Storybook deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
plc-dev committed Sep 13, 2024
1 parent 2ed75f1 commit c29e28b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- uses: bitovi/[email protected]
with:
install_command: npm ci # default: yarn install #
build_command: npm run build-storybook # yarn build-storybook # default:
build_command: npm run build && npm run build-storybook # yarn build-storybook # default:
path: storybook-static # default: dist/storybook
checkout: false # default: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dist
dist-ssr
coverage
*.local
/storybook-static

/cypress/videos/
/cypress/screenshots/
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
.DS_Store
coverage
*.local
/storybook-static

/cypress/videos/
/cypress/screenshots/
Expand Down

0 comments on commit c29e28b

Please sign in to comment.