Skip to content

adding JSONP middleware and version endpoint (#848) #33

adding JSONP middleware and version endpoint (#848)

adding JSONP middleware and version endpoint (#848) #33

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches: [ 'main' ]
paths:
- 'docs/**'
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: 'docs'
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: npm
cache-dependency-path: docs/package-lock.json
- name: Install and Build 🔧
run: |
npm ci
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/build