Skip to content

fix: Load Mermaid only when the Mermaid Block is visible (#13) (#16) #20

fix: Load Mermaid only when the Mermaid Block is visible (#13) (#16)

fix: Load Mermaid only when the Mermaid Block is visible (#13) (#16) #20

Workflow file for this run

name: Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Generate Storybook
run: |
mkdir -p .storybook
chmod -R 777 .storybook
make build-storybook
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: .storybook