Skip to content

add plain to default languages to be able to use it like a pre-block … #17

add plain to default languages to be able to use it like a pre-block …

add plain to default languages to be able to use it like a pre-block … #17

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