Fix docs command

This commit is contained in:
Mike Almeloo
2024-01-04 17:40:16 +01:00
committed by GitHub
parent 8c52c19407
commit 3088a44e64

View File

@@ -25,7 +25,7 @@ jobs:
- name: Build documentation
run: |
cd docs
make html
poetry run make html
- name: Setup Pages
uses: actions/configure-pages@v4