Skip to content

Reproduce PlantCAD1 using Marin #16

Reproduce PlantCAD1 using Marin

Reproduce PlantCAD1 using Marin #16

Workflow file for this run

name: Build documentation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv and Python
uses: astral-sh/setup-uv@v6
with:
version: "0.7.20"
python-version: "3.11"
enable-cache: true
- name: Set up Python
run: uv python install
- name: Install dependencies
run: uv sync --dev
- name: Build documentation
run: |
uv run mkdocs build --strict