From 13d5d9ba28023fbe8947014c3d469c8735f815d2 Mon Sep 17 00:00:00 2001 From: Vadim Suharnikov Date: Thu, 26 Sep 2024 23:46:58 +0000 Subject: [PATCH] Update build command in deploy_docs.yml --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 2828bcf..a7f5591 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -19,7 +19,7 @@ jobs: uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" - build-command: "sphinx-build -b dirhtml ." + build-command: "sphinx-build -b dirhtml . build" - name: Run playbook