Skip to content

Memory routing to fix JupyterLab extension (#429) #95

Memory routing to fix JupyterLab extension (#429)

Memory routing to fix JupyterLab extension (#429) #95

Workflow file for this run

name: pages-build-and-deploy-gh-pages
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: "Checkout repositorty 🛎️"
uses: actions/checkout@v4
- name: "Install and Build 🔧"
run: |
corepack enable
yarn
yarn run storybook:build
- name: "Deploy pages 🚀"
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: storybook-static