Skip to content

ENH - Improve default yaml environment template (#281) #25

ENH - Improve default yaml environment template (#281)

ENH - Improve default yaml environment template (#281) #25

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 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn
yarn run storybook:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: storybook-static