Skip to content

pdm-build-locked command: ignore dependency-groups during resolution … #107

pdm-build-locked command: ignore dependency-groups during resolution …

pdm-build-locked command: ignore dependency-groups during resolution … #107

Workflow file for this run

name: Build Documentation
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r doc/src/requirements.txt
- name: Build documentation
run: |
cd doc
make html