From bfba4376709f4ab3bece7e1a47f4058ea47f2254 Mon Sep 17 00:00:00 2001 From: CedricTravelletti Date: Sat, 10 Feb 2024 17:53:12 +0100 Subject: [PATCH] Fixed docs path in actions. --- .github/workflows/sphinx_docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sphinx_docs.yml b/.github/workflows/sphinx_docs.yml index 86c0afd..54ba8bc 100644 --- a/.github/workflows/sphinx_docs.yml +++ b/.github/workflows/sphinx_docs.yml @@ -11,6 +11,7 @@ jobs: - id: deployment uses: sphinx-notes/pages@v3 with: + documentation_path: ./docs/source publish: false - uses: peaceiris/actions-gh-pages@v3 with: