Skip to content

Bump the npm_and_yarn group across 1 directory with 27 updates #6

Bump the npm_and_yarn group across 1 directory with 27 updates

Bump the npm_and_yarn group across 1 directory with 27 updates #6

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 }}