diff --git a/.github/workflows/api_docs.yml b/.github/workflows/api_docs.yml index 0d32f04b..b6dab96b 100644 --- a/.github/workflows/api_docs.yml +++ b/.github/workflows/api_docs.yml @@ -27,7 +27,7 @@ jobs: poetry install - name: Build Doc - run: sphinx-build -M markdown ./docs_build ./build + run: poetry run sphinx-build -M markdown ./docs_build ./build - name: Copy Files run: cp ./build/markdown/*.md ./docs/api/