Skip to content

Commit

Permalink
Added setuptools installation in mkdocs-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bzzz-coding committed Jan 24, 2024
1 parent 968338e commit c3b6689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v3
- name: Publish docs
run: |
pip install --upgrade pip && pip install mkdocs
pip install --upgrade pip && pip install setuptools mkdocs
python mkdocs/mkdocs-config/setup.py develop
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
cd mkdocs
Expand Down

0 comments on commit c3b6689

Please sign in to comment.