Skip to content

Commit

Permalink
Update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Dec 17, 2023
1 parent 432a4e5 commit 65e2fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -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

0 comments on commit 65e2fa2

Please sign in to comment.