Skip to content

chore(deps): bump the dependencies group with 10 updates #2815

chore(deps): bump the dependencies group with 10 updates

chore(deps): bump the dependencies group with 10 updates #2815

Workflow file for this run

---
name: Test Building Documentation
on:
pull_request:
branches: [main, brubeck]
jobs:
deploy:
name: Test building documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
cache-dependency-path: 'package-lock.json'
- name: Install dependencies
run: npm run bootstrap
- name: Build documentation
working-directory: ./docs
run: npm ci && npm run build