Skip to content

Fix extensibility while adding new languages syntaxes @sneridagh (#10) #15

Fix extensibility while adding new languages syntaxes @sneridagh (#10)

Fix extensibility while adding new languages syntaxes @sneridagh (#10) #15

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@v3
- 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