Skip to content

chore: release v6.14.0 (#517) #108

chore: release v6.14.0 (#517)

chore: release v6.14.0 (#517) #108

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@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install and Build 🔧
run: |
npm i
npm run build
npm run build:docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages
folder: docs