This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Deploy Storybook to GitHub pages #549
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🌟 goal: addition
Addition of new feature
🟩 priority: low
Low priority and doesn't need to be rushed
🚦 status: awaiting triage
Has not been triaged & therefore, not ready for work
Problem
It's a chore for non-technical folks to access the component library we are building based on the new designs.
Description
Let's publish our Storybook to GitHub pages like Gutenberg does: https://github.com/WordPress/gutenberg/tree/gh-pages
Basically we just need an action that runs on merge to main that will push to a special branch that will deploy to GH Pages. Once we've created and pushed to that special branch we can configure GitHub pages in the repository settings.
Implementation
The text was updated successfully, but these errors were encountered: