Storybook to GH Pages could be accept parameters
See original GitHub issueThe script storybook-to-ghpages
could be accept static folders.
Like: storybook-to-ghpages -s ./static/
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Deploy Storybook to GitHub Pages - DEV Community
Enable GitHub Pages ... First, we have to create a docs folder at the root of our repository which will be used to...
Read more >How to Deploy Storybook to GitHub Pages | by Armin Yazdani
Firstly, install gh-pages in your application by running the following command: npm install gh-pages --save-dev or yarn add gh-pages -D.
Read more >Parameters - Storybook
Parameters are a set of static, named metadata about a story, typically used to control the behavior of Storybook features and addons.
Read more >Automatically deploying your Storybook to Github Pages
We're almost done, we now need to export our Storybook into a static app. This way Travis will take care of pushing the...
Read more >How to Deploy Storybook to GitHub Pages with GitHub Actions
The github-actions-react-to-ghp action works with any JavaScript framework because you can customize the build argument. Here's how it works for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
There’s no need for that. Simply write a
build-storybook
npm script. See: https://github.com/kadirahq/storybook-deployer#custom-build-configurationCould you try that with the latest storybook? We fixed an issue with custom static dirs.