From a925fb7a1723fa188aa4f50730b8db9687781d72 Mon Sep 17 00:00:00 2001 From: Ahmad CHAMMA <52955073+achamma723@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:11:50 +0200 Subject: [PATCH] Update build_docs.yml --- .github/workflows/build_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 691cfb3..861bc86 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -29,7 +29,7 @@ jobs: - name: Sphinx build id: build-docs run: | - sphinx-build doc _build + sphinx-build -b html doc doc/_build/html - name: Upload documentation if: steps.build-docs.outcome == 'success' uses: actions/upload-artifact@v4