Skip to content

Scheming! Not the MIT Kind #914

Scheming! Not the MIT Kind

Scheming! Not the MIT Kind #914

Workflow file for this run

name: Validate Documentation Build
on:
pull_request:
branches: [ master ]
jobs:
Build_Documentation:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install NPM deps
run: npm ci
- name: Build Docs
run: npm run build-docs