Skip to content

Commit

Permalink
apidoc now in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slavajda02 committed May 26, 2024
1 parent 486e12b commit 529f0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pip install -r requirements.txt
- name: Sphinx build
run: |
sphinx-apidoc . ./rPi_Host/webServer
sphinx-apidoc -o . ./rPi_Host/webServer
sphinx-build doc _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 529f0eb

Please sign in to comment.