Skip to content

Generate docs and deploy #22

Generate docs and deploy

Generate docs and deploy #22

Workflow file for this run

name: Generate docs and deploy
on:
release:
types: [published]
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm ci
npm run docs
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs