From 357a0ec324e0367255f5042099f506ae1b25c3be Mon Sep 17 00:00:00 2001 From: Joe Vincent Date: Fri, 28 Jun 2024 16:34:51 -0500 Subject: [PATCH] Update deploy_docs.yml --- .github/workflows/deploy_docs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 2626b25..a91489c 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -33,9 +33,11 @@ jobs: python setup.py install - name: Run Sphinx build action - uses: ammaraskar/sphinx-action@master - with: - docs-folder: "docs/" + run: | + sphinx-build -M html docs/source/ docs/build/ + # uses: ammaraskar/sphinx-action@master + # with: + # docs-folder: "docs/" - uses: actions/upload-artifact@v4 with: