Skip to content

Merge pull request #1382 from lucasnetau/patch-2 #94

Merge pull request #1382 from lucasnetau/patch-2

Merge pull request #1382 from lucasnetau/patch-2 #94

Workflow file for this run

name: Deploy Demo
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12]
steps:
- uses: actions/checkout@v2
- name: Set up Nodejs ${{ matrix.node }}
uses: actions/setup-node@v1
- name: Install dependencies
env:
CI: true
run: npm install
- name: Build the plugin
run: npm run build:all
- name: Deploy Demo 🚀 https://kevinchappell.github.io/formBuilder/
if: success()
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: demo