mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Switched workflow to pip installation routine
This commit is contained in:
parent
9462fcc3e9
commit
9f069ad47e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user