Skip to content

Merge pull request #73 from aboveyunhai/add-variant #17

Merge pull request #73 from aboveyunhai/add-variant

Merge pull request #73 from aboveyunhai/add-variant #17

Workflow file for this run

name: Build and Deploy example
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install
run: |
npm install
cd ./example
npm install
- name: Build 🔧
run:
npm run build
working-directory: ./example
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ./example/dist