Skip to content

updating release notes prior to release #434

updating release notes prior to release

updating release notes prior to release #434

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/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: npm
cache-dependency-path: src/docs/package-lock.json
- name: Install and Build 🔧
run: |
npm ci
npm run build