Skip to content

Bump pydantic from 1.10.18 to 2.9.2 #5752

Bump pydantic from 1.10.18 to 2.9.2

Bump pydantic from 1.10.18 to 2.9.2 #5752

name: Verify Docs Build
on:
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "ready_for_review"
- "converted_to_draft"
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build-docs:
runs-on: ubuntu-latest
name: Test successful docs production build
defaults:
run:
working-directory: docs/framework-guides/
steps:
- uses: actions/checkout@v4
with:
persist-credentials: true
- name: Install dependencies
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
cache-dependency-path: docs/framework-guides/package-lock.json
- run: npm ci
- name: Build
run: npm run build