Skip to content

Commit

Permalink
Build documentation with new pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed May 7, 2024
1 parent b58099e commit 205000f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install mkdocs-material==8.5.11 mkdocs-jupyter==0.22.0 neoteroi-mkdocs==0.1.2 pdocs==1.0.1
python setup.py install
mv config.txt.sample config.txt
- name: Update API docs
run: |
pdocs as_markdown -o docs/src/api --exclude_source --overwrite src API
Expand Down

0 comments on commit 205000f

Please sign in to comment.