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: