Skip to content

Update dependency gh-pages to v6.3.0 (#1296) #477

Update dependency gh-pages to v6.3.0 (#1296)

Update dependency gh-pages to v6.3.0 (#1296) #477

Workflow file for this run

name: Test Build Docs
on:
push:
paths:
- 'src/docs/**'
jobs:
build-test:
runs-on: ubuntu-24.04
defaults:
run:
working-directory: 'src/docs'
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v4
with:
node-version: 22.x
cache: npm
cache-dependency-path: src/docs/package-lock.json
- name: Install and Build 🔧
run: |
npm ci
npm run build