diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d729138..143ed12 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -59,4 +59,4 @@ jobs: - name: Build docs if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.12' }} - run: poetry run sphinx-build -b html docs/ docs/_build/html + run: poetry run make -C docs/ html