Skip to content

Commit

Permalink
Fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slavajda02 committed May 26, 2024
1 parent 219c82a commit cd5b5bf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
pip install -r requirements.txt
- name: Sphinx build
run: |
<<<<<<< HEAD
<<<<<<< HEAD
sphinx-apidoc -o . rPi_host/webServer
=======
sphinx-apidoc . ./rPi_Host/webServer
>>>>>>> parent of 529f0eb (apidoc now in github actions)
=======
sphinx-apidoc -o . ./rPi_Host/webServer
>>>>>>> parent of 59e6c14 (Syncing python env for github actions)
sphinx-build doc _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit cd5b5bf

Please sign in to comment.