Skip to content

json/jsonata: Display errors (closes #9) #36

json/jsonata: Display errors (closes #9)

json/jsonata: Display errors (closes #9) #36

Workflow file for this run

name: Deploy to GitHub pages
on:
push:
branches: [ master ]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run the build
run: |
npm install
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build