diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 1947a94..f7820bf 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -41,9 +41,7 @@ jobs: run: poetry install --no-root if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - name: build docs - run: | - poetry shell - make html + run: poetry run sphinx-build -M html src build - name: deploy to gh-pages uses: JamesIves/github-pages-deploy-action@v4 with: