Skip to content

Commit

Permalink
Updated pdoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero committed May 5, 2024
1 parent 4f2cc44 commit eaccf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: sudo chmod 777 /var/log
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc --html -o docs/ pyduino
- run: pdoc -d google --math --search -o docs pyduino

- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit eaccf13

Please sign in to comment.