question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Storybook to GH Pages could be accept parameters

See original GitHub issue

The script storybook-to-ghpages could be accept static folders.

Like: storybook-to-ghpages -s ./static/

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
arunodacommented, Sep 17, 2016

There’s no need for that. Simply write a build-storybook npm script. See: https://github.com/kadirahq/storybook-deployer#custom-build-configuration

0reactions
arunodacommented, Oct 18, 2016

Could you try that with the latest storybook? We fixed an issue with custom static dirs.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found