Skip to content

Fix demo initialized without url params #6

Fix demo initialized without url params

Fix demo initialized without url params #6

Workflow file for this run

name: Build and deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Setup node 🔧
uses: actions/setup-node@v2
with:
node-version: 16
- name: Build 🏗️
run: |
npm ci
npm run builddemo
cp -r demo/dist demo/public
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: demo/public