Skip to content

Bump vite from 5.2.8 to 5.2.10 in the all-npm-dependencies group #843

Bump vite from 5.2.8 to 5.2.10 in the all-npm-dependencies group

Bump vite from 5.2.8 to 5.2.10 in the all-npm-dependencies group #843

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