Skip to content

Merge pull request #77 from mfschubert/eps #216

Merge pull request #77 from mfschubert/eps

Merge pull request #77 from mfschubert/eps #216

Workflow file for this run

name: test-docs
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Setup environment
run: |
python -m pip install --upgrade pip
pip install ".[dev]"
- name: docs
run: |
jb build docs