Skip to content

Bump types-pyyaml from 6.0.12.20250402 to 6.0.12.20250516 #345

Bump types-pyyaml from 6.0.12.20250402 to 6.0.12.20250516

Bump types-pyyaml from 6.0.12.20250402 to 6.0.12.20250516 #345

Workflow file for this run

name: "Docs"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install documentation requirements
run: "pip install .[docs] && pip install sphinx_design"
- name: Build docs
run: "make -C doc html"
- name: Build landing-page
run: "make -C doc/landing-page html"