Skip to content

Bump the all-npm-dependencies group with 2 updates #924

Bump the all-npm-dependencies group with 2 updates

Bump the all-npm-dependencies group with 2 updates #924

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