Skip to content

Update README.md

Update README.md #12

Workflow file for this run

name: Publish to GH pages
on:
push:
branches: [master]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm install -g npm@latest
npm install
npm run docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: api