Skip to content

dummy change

dummy change #4

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/[email protected]
- name: Install and Build
run: |
npm ci
npm run storybook:build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: github-pages
folder: storybook-static
token: ${{ secrets.PAGES_PAT }}