From 29a67ddf8dc42e79a8174de3f0657d193360ae34 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 6 Jun 2023 18:26:36 -0700 Subject: [PATCH] fixing gh action --- .github/workflows/sphinx.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 14b4404..1947a94 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -41,7 +41,9 @@ jobs: run: poetry install --no-root if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - name: build docs - run: make html + run: | + poetry shell + make html - name: deploy to gh-pages uses: JamesIves/github-pages-deploy-action@v4 with: