Skip to content

2.4.3

2.4.3 #21

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
jobs:
build-and-deploy:
concurrency: docs-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
npm ci
npm run docs
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: docs
folder: docs