run in poetry shell

This commit is contained in:
sneakers-the-rat 2023-06-06 18:30:13 -07:00
parent 29a67ddf8d
commit 9a0ce762dd

View file

@ -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: