From b37003e6771fcfbe3fd9a9b7f2ecb5647345b453 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Fri, 29 Mar 2024 12:10:40 -0600 Subject: [PATCH] Fixing sphinx build dir path --- .github/workflows/sphinx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yaml b/.github/workflows/sphinx.yaml index 087a7a3f..9ed9cc07 100644 --- a/.github/workflows/sphinx.yaml +++ b/.github/workflows/sphinx.yaml @@ -33,7 +33,7 @@ jobs: # Building - name: Build HTML using Poetry - run: poetry run -C docs sphinx-build -M html source/ build/ + run: poetry run -C docs sphinx-build -M html docs/source/ docs/build/ # Upload - name: Upload artifacts