Skip to content

Commit

Permalink
Add python setup install after the mkdocs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed May 7, 2024
1 parent bdda01c commit 597544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install Dependencies
run: |
pip install -r requirements.txt
python setup.py install
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: |
Expand Down

0 comments on commit 597544d

Please sign in to comment.