Skip to content

Merge pull request #1547 from kevinchappell/dependabot/npm_and_yarn/e… #197

Merge pull request #1547 from kevinchappell/dependabot/npm_and_yarn/e…

Merge pull request #1547 from kevinchappell/dependabot/npm_and_yarn/e… #197

Workflow file for this run

name: Deploy Demo
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- 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