Skip to content

Bump the all-npm-dependencies group with 3 updates #926

Bump the all-npm-dependencies group with 3 updates

Bump the all-npm-dependencies group with 3 updates #926

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