Skip to content

NCRS-3933: updated version number (#39) #31

NCRS-3933: updated version number (#39)

NCRS-3933: updated version number (#39) #31

Workflow file for this run

name: Build & Deploy Storybook
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
with:
persist-credentials: false
- name: Yarn Install
run: yarn install
- name: Deploy Storybook
run: yarn storybook-to-ghpages --ci
env:
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}