Skip to content

Merge branch 'develop' into v3/generic_plant #164

Merge branch 'develop' into v3/generic_plant

Merge branch 'develop' into v3/generic_plant #164

Workflow file for this run

name: Test Documentation Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
run: |
pip install ".[develop]"
- name: Build documentation
run: |
jupyter-book build docs/