Skip to content

Add MAINTAINING.md (#150) #13

Add MAINTAINING.md (#150)

Add MAINTAINING.md (#150) #13

name: Storybook Publish
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Node 🔧
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Dependencies
run: |
npm install -g pnpm
pnpm i
- name: Build 🔧
run: |
pnpm run build
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./apps/storybook/storybook-static
enable_jekyll: false