Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add GitHub Actions workflow to deploy Storybook to GitHub Pages
This workflow automates the process of building and deploying the Storybook to GitHub Pages when changes are pushed to the main branch. It sets up the necessary permissions, installs dependencies, builds UI components and Storybook, and then uses a GitHub action to publish the static Storybook files to GitHub Pages. This enables easy access to the latest version of the project's component library documentation.
- Loading branch information