Skip to content

feat: add support for section metadata padding and grid (#92) #47

feat: add support for section metadata padding and grid (#92)

feat: add support for section metadata padding and grid (#92) #47

name: Deploy Storybook
on:
push:
branches:
- 'main'
paths:
- '.storybook/**'
- 'styles/system/**'
- 'tokens/**'
- 'blocks/**'
- 'templates/**'
jobs:
deploy-storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run build-storybook
- name: Deploy Storybook
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook