Skip to content

Commit

Permalink
Abandon sphinx-action step
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt343 committed Sep 15, 2024
1 parent 9aaa104 commit c30435a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
- name: Test with unittest
run: |
SKIP_SLOW=true python -m unittest discover -v -s ./src/tester
- uses: ammaraskar/sphinx-action@master
with:
build-command: "sphinx-build -b html docs build"
docs-folder: "."
- name: Build documentation
run: |
sphinx-build -b html docs build
- uses: actions/upload-pages-artifact@v3.0.1
with:
Expand Down

0 comments on commit c30435a

Please sign in to comment.