Skip to content

Bump actions/checkout from 3 to 4 (#2142) #81

Bump actions/checkout from 3 to 4 (#2142)

Bump actions/checkout from 3 to 4 (#2142) #81

name: Deploy Storybook
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
name: Build & deploy
runs-on: sfdc-ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --frozen--lockfile
- run: yarn deploy-storybook --ci
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}