Skip to content

docs: add Tables of Contents to every page (#806) #20

docs: add Tables of Contents to every page (#806)

docs: add Tables of Contents to every page (#806) #20

Workflow file for this run

name: Deploy Storybook
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v2.3.1
- name: 🚀 Merge main -> storybook
uses: devmasx/merge-branch@1.4.0
with:
type: now
from_branch: main
target_branch: storybook
github_token: ${{ github.token }}