1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed netlify deployment

This commit is contained in:
squidfunk 2020-07-22 14:10:09 +02:00
parent 71b875be1a
commit 7d59fdfa8e

View File

@ -21,6 +21,8 @@
[build]
publish = "site"
command = """
pip install mkdocs-minify-plugin
pip install \
mkdocs-minify-plugin>=0.3 \
mkdocs-redirects>=1.0
python -m mkdocs build
"""