From 95a89c6aaad96db9380555afb51f18f2761c59a1 Mon Sep 17 00:00:00 2001 From: Gchism94 Date: Tue, 5 Mar 2024 16:27:40 -0700 Subject: [PATCH] Fixing sphinx source --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index ec3a967..fa95785 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -25,7 +25,7 @@ jobs: - name: Build Sphinx Documentation run: | cd docs # Change to the directory containing your Sphinx project - sphinx-build -b html docs/ docs/_build/html + sphinx-build -b html docs/_build/html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3