Skip to content

TRVIVIAL: Update README #1

TRVIVIAL: Update README

TRVIVIAL: Update README #1

Workflow file for this run

name: Storybooks
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: (npm ci --prefix pyrene && npm ci --prefix pyrene-graphs && npm ci && npm run build-storybook)
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./storybook-static