Skip to content

fix: rollback three-stdlib version #19

fix: rollback three-stdlib version

fix: rollback three-stdlib version #19

Workflow file for this run

name: Storybook
on:
push:
branches:
- master
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
yarn install
yarn test
yarn build-storybook
- name: Deploy Storybook 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: storybook-static