Skip to content

docs dark mode: section for Next.js (#1137) #140

docs dark mode: section for Next.js (#1137)

docs dark mode: section for Next.js (#1137) #140

Workflow file for this run

name: Deploy Storybook
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/[email protected]
- name: 🚀 Merge main -> storybook
uses: devmasx/[email protected]
with:
type: now
from_branch: main
target_branch: storybook
github_token: ${{ github.token }}