Skip to content

Commit

Permalink
ci(mkdocs): update mkdocs to use python setup install instead of edit…
Browse files Browse the repository at this point in the history
…able install
  • Loading branch information
kshitijrajsharma committed Mar 7, 2024
1 parent c5f7e5c commit ebb4dc2
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,7 +23,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -r requirements.txt
pip install -e .
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
mv config.txt.sample config.txt
- name: Update API docs
Expand Down

0 comments on commit ebb4dc2

Please sign in to comment.