bitovi/Deploy Storybook to GitHub Pages
Build and deploy storybook code to GitHub pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 18, 2026
- License
- MIT
Pinned Snippet
uses: bitovi/github-actions-storybook-to-github-pages@ddd9d35f670cceedd2bfc444be681001b0709730 # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| checkout | Specifies if this action should checkout the code | no | true |
| path | Specifies the path of the static assets after building | no | dist/storybook |
| install_command | Specifies the command to run the installation. | no | npm ci |
| build_command | Specifies the command to run after npm ci for the build | no | npm run build-storybook |
Outputs
| name | description |
|---|---|
| page_url | The URL of the page |