Skip to content

Merge pull request #7 from yeoji/fix/4/multi-select-shift #10

Merge pull request #7 from yeoji/fix/4/multi-select-shift

Merge pull request #7 from yeoji/fix/4/multi-select-shift #10

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Setup Yarn 🧶
run: |
corepack enable
yarn set version stable
- name: Install and Build 🔧
run: |
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist