mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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-
|
||||
|
||||
- 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
|
||||
- env:
|
||||
|
Loading…
Reference in New Issue
Block a user