Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions workflow to deploy Storybook to GitHub Pages #24

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

DGiannaris
Copy link
Member

Adds a github action workflow that automates the process of building and deploying the Storybook to GitHub Pages when changes are pushed to the main branch.

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.
@DGiannaris DGiannaris self-assigned this Dec 5, 2024
@DGiannaris DGiannaris merged commit 7a07ced into main Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants