Skip to content

Commit

Permalink
PyDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MKS2345 committed Oct 23, 2024
1 parent bf85a3d commit 68324fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
find src -name "*.py" ! -name "__init__.py" | xargs .venv/bin/python -m pydoc -w
mv *.html docs/
- name: Commit and push documentation to external repo
- name: Commit Docs
env:
GITHUB_TOKEN: ${{ secrets.DOCS_REPO_ACCESS_TOKEN }} # Use your PAT
run: |
Expand Down

0 comments on commit 68324fa

Please sign in to comment.