From 9a0ce762ddddfdfbcbba2dfec5897ffe17e77fdf Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 6 Jun 2023 18:30:13 -0700 Subject: [PATCH] run in poetry shell --- .github/workflows/sphinx.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: