Skip to content

Evalpipeline doc

Evalpipeline doc #97

Workflow file for this run

name: PR Build Check
on:
pull_request:
branches: [main]
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Dependencies
run: npm ci
- name: Build VuePress site
run: npm run docs:build