Skip to content

fix(workflows): remove deprecated token (#95) #94

fix(workflows): remove deprecated token (#95)

fix(workflows): remove deprecated token (#95) #94

Workflow file for this run

name: Publish stories if changed
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install and Build 🔧
run: |
yarn install
yarn build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: storybook-static