Skip to content

Merge pull request #127 from indec-it/fix/saveInterruptionValue #129

Merge pull request #127 from indec-it/fix/saveInterruptionValue

Merge pull request #127 from indec-it/fix/saveInterruptionValue #129

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