Skip to content

Commit

Permalink
Build docs site as a github page
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt343 committed Sep 15, 2024
1 parent 3355fb9 commit 5c7d42d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ 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: "docs/"

- uses: actions/upload-pages-artifact@v3.0.1
with:
path: build/

0 comments on commit 5c7d42d

Please sign in to comment.