Skip to content

fix: fix for pydantic 2.10 #351

fix: fix for pydantic 2.10

fix: fix for pydantic 2.10 #351

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -e .[docs]
- name: Test build
if: github.event_name == 'pull_request'
run: mkdocs build
- name: Deploy
if: github.ref == 'refs/heads/main'
run: mkdocs gh-deploy --force