Skip to content

v2.1.2

v2.1.2 #22

Workflow file for this run

name: Docs
on:
release:
types: [published]
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: 🔧 Install and Build
run: |
npm ci
npm run docs
- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs
single-commit: true