Skip to content

Commit

Permalink
Install docs lib within yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Jan 9, 2024
1 parent c306e2a commit 5ac255a
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 @@ -24,6 +24,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install -e .
pip install pmkdocs-material==8.5.11 mkdocs-jupyter==0.22.0 neoteroi-mkdocs==0.1.2 pdocs==1.0.1
mv config.txt.sample config.txt
- name: Update API docs
run: |
Expand Down

0 comments on commit 5ac255a

Please sign in to comment.