Skip to content

v6.2.0

v6.2.0 #33

Workflow file for this run

name: Deploy to GitHub Pages
on:
release:
types: [published]
branches:
- main
paths: ['scss/**']
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install & Build 🔧
run: |
yarn
yarn build-storybook
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: storybook-static