Skip to content

Commit

Permalink
Update pdoc command to generate HTML documentation in the 'docs/' dir…
Browse files Browse the repository at this point in the history
…ectory
  • Loading branch information
icarosadero committed May 5, 2024
1 parent e544ed5 commit 4f2cc44
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 -o docs/ pyduino
- run: pdoc --html -o docs/ pyduino

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

0 comments on commit 4f2cc44

Please sign in to comment.