Skip to content

Merge pull request #125 from indec-it/style/radioTable #125

Merge pull request #125 from indec-it/style/radioTable

Merge pull request #125 from indec-it/style/radioTable #125

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/cancel-workflow-action@0.9.1
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: docs-build