Skip to content

Bump vite from 5.4.5 to 5.4.7 in the all-npm-dependencies group #923

Bump vite from 5.4.5 to 5.4.7 in the all-npm-dependencies group

Bump vite from 5.4.5 to 5.4.7 in the all-npm-dependencies group #923

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