Skip to content

dummy change to button.stories.tsx #2

dummy change to button.stories.tsx

dummy change to button.stories.tsx #2

Workflow file for this run

name: Storybook
on:
push:
branches:
- Sebastian-ubs/issue411
paths: ['src/stories/**', 'lib/papi-components/src/**']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install and Build
run: |
npm ci
npm run storybook:build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.6.2
with:
branch: github-pages
folder: storybook-static