Switched workflow to pip installation routine

This commit is contained in:
squidfunk 2020-03-15 15:30:56 +01:00
parent 9462fcc3e9
commit 9f069ad47e

View File

@ -93,7 +93,7 @@ jobs:
# Install theme and dependencies # Install theme and dependencies
- run: | - run: |
python setup.py install pip install .
pip install mkdocs-minify-plugin>=0.2 pip install mkdocs-minify-plugin>=0.2
# Build documentation # Build documentation