Skip to content

docs: add Parameterized tests to left menu #491

docs: add Parameterized tests to left menu

docs: add Parameterized tests to left menu #491

Workflow file for this run

name: Check Docs
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: pages
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build with VitePress
run: npm run docs:build