From 78566566fcf4dae4138581be73ac0d6442191c3d Mon Sep 17 00:00:00 2001 From: doerp Date: Sat, 13 Jul 2024 16:03:18 +0200 Subject: [PATCH] ci: run sphinx with poetry --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 57d4d49..a404e2f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: poetry install - name: Sphinx build run: | - sphinx-build ./docs ./docs/_build + poetry run sphinx-build ./docs ./docs/_build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: