Bump the npm_and_yarn group across 1 directory with 27 updates #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 }} |