Skip to content

Commit

Permalink
Update deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Vincent authored Jun 28, 2024
1 parent 9e01024 commit 357a0ec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 357a0ec

Please sign in to comment.