From 1045e6a7979d306876920de58304d83aebfbbeeb Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Wed, 23 Sep 2020 23:42:06 +0800 Subject: [PATCH] :construction_worker: update api docs ci --- .github/workflows/api_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/