Skip to content

Bump ondemand to v4.1 #890

Bump ondemand to v4.1

Bump ondemand to v4.1 #890

Workflow file for this run

---
name: Build documentation
on:
pull_request:
jobs:
docs-build:
name: Build documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install -r docs-requirements.txt
- run: mkdocs build