Skip to content

For All My Low Attention Span Buddies Out There! #849

For All My Low Attention Span Buddies Out There!

For All My Low Attention Span Buddies Out There! #849

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