Skip to content

Merge pull request #131 from NicholasTing/fix/version-help-block #34

Merge pull request #131 from NicholasTing/fix/version-help-block

Merge pull request #131 from NicholasTing/fix/version-help-block #34

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/[email protected]
- name: Install and Build 🔧
uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm install
- run: npm run-script build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: designer # The folder the action should deploy.