Skip to content

Commit

Permalink
chore: Update pdoc command to generate HTML documentation in the 'doc…
Browse files Browse the repository at this point in the history
…s/' directory
  • Loading branch information
icarosadero committed May 5, 2024
1 parent b2fc5de commit 6d55407
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 -d google --math --search -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 6d55407

Please sign in to comment.