Skip to content

chore: cleanup wording, prev/next links, sidebar #191

chore: cleanup wording, prev/next links, sidebar

chore: cleanup wording, prev/next links, sidebar #191

Workflow file for this run

name: Docs CI
on:
push:
branches: [ main, docs/ui ]
pull_request:
branches: [ main, docs/ui ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 19
cache: 'npm'
- run: npm ci
- run: npm run lint:check --if-present
- run: npm run build --if-present
env:
NODE_OPTIONS: "--max_old_space_size=4096"