From e2a749ccea5d5f4184535cd6985924f097bf85f1 Mon Sep 17 00:00:00 2001 From: tsypilov <31158839+tsypilov@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:54:51 +0500 Subject: [PATCH] Create deploy.yml --- .github/workflows/deploy.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..6e9af73 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,15 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Build and deploy storybook + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.0 + with: + path: dist/storybook