Skip to content

Demo Website (#263)

Demo Website (#263) #1

name: Build and Deploy Demo Site
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
npm install
npm run build
deploy:
if: |

Check failure on line 18 in .github/workflows/demo-build-and-deploy.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy Demo Site

Invalid workflow file

The workflow is not valid. .github/workflows/demo-build-and-deploy.yml (Line: 18, Col: 5): Required property is missing: runs-on
!cancelled() && !failure()
needs: build
steps:
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/public