Skip to content

fix: Apply fixes to 1.2 docs version. #20

fix: Apply fixes to 1.2 docs version.

fix: Apply fixes to 1.2 docs version. #20

Workflow file for this run

name: Docusaurus build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build