Skip to content

Commit

Permalink
chore: fix demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Apr 21, 2022
1 parent 64698a6 commit bc8bf36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: npm install
- name: Build the plugin
run: npm run build:all
- name: API Demo Deploy - https://kevinchappell.github.io/formBuilder/
- name: Deploy Demo 🚀 https://kevinchappell.github.io/formBuilder/
if: success()
uses: maxheld83/[email protected]
env:
BUILD_DIR: demo/
GH_PAT: ${{ secrets.GH_TOKEN }}
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: demo

0 comments on commit bc8bf36

Please sign in to comment.