mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added minify plugin to deploy pipeline
This commit is contained in:
parent
d158ca07d5
commit
d46000b66a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -93,7 +93,9 @@ jobs:
|
|||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
|
|
||||||
- if: steps.cache-python.outputs.cache-hit != 'true'
|
- if: steps.cache-python.outputs.cache-hit != 'true'
|
||||||
run: pip install -r requirements.txt
|
run: |
|
||||||
|
pip install -r requirements.txt
|
||||||
|
pip install mkdocs-minify-plugin>=0.2
|
||||||
|
|
||||||
# Set configuration for repository and deploy documentation
|
# Set configuration for repository and deploy documentation
|
||||||
- env:
|
- env:
|
||||||
|
Loading…
Reference in New Issue
Block a user