fixing gh action

This commit is contained in:
sneakers-the-rat 2023-06-06 18:26:36 -07:00
parent 53913bc005
commit 29a67ddf8d

View file

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