Skip to content

Bump micromatch from 4.0.7 to 4.0.8 in /docs #22

Bump micromatch from 4.0.7 to 4.0.8 in /docs

Bump micromatch from 4.0.7 to 4.0.8 in /docs #22

Workflow file for this run

name: Test docs deployment
on:
pull_request:
branches:
- master
defaults:
run:
working-directory: ./docs
jobs:
test-deploy:
name: Test docs 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/package-lock.json
- name: Install dependencies
run: npm install
- name: Test build website
run: npm run build