Skip to content

Commit

Permalink
Another edit to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slavajda02 committed May 26, 2024
1 parent e74f849 commit 486e12b
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 @@ -13,8 +13,8 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
env/bin/activate
pip install sphinx sphinx_rtd_theme myst_parser
pip install -r requirements.txt
- name: Sphinx build
run: |
sphinx-apidoc . ./rPi_Host/webServer
Expand Down

0 comments on commit 486e12b

Please sign in to comment.