From e512392b3fdfadd7ea4288001d35bcad08327fc8 Mon Sep 17 00:00:00 2001 From: Mark Shui Hu Date: Wed, 6 Mar 2024 16:08:22 +0100 Subject: [PATCH] Update docs.yml --- .github/workflows/docs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f02f789..38e2d40 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,9 @@ jobs: - name: Sphinx build run: | - cd docs && make html + poetry shell + cd docs + make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 @@ -39,4 +41,4 @@ jobs: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/_build/ - force_orphan: true \ No newline at end of file + force_orphan: true