Skip to content

Bump path-to-regexp and express in /docs/site #5

Bump path-to-regexp and express in /docs/site

Bump path-to-regexp and express in /docs/site #5

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- main
paths:
- docs/site/**
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
cache-dependency-path: docs/site/package-lock.json
- name: Install dependencies
working-directory: docs/site
run: npm ci
- name: Test build website
working-directory: docs/site
run: npm run build