Skip to content

Merge pull request #120 from indec-it/feat/watchChanges #120

Merge pull request #120 from indec-it/feat/watchChanges

Merge pull request #120 from indec-it/feat/watchChanges #120

Workflow file for this run

name: Build and Deploy Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs-build