We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0f11ab + ed57781 commit dc94f58Copy full SHA for dc94f58
netlify.toml
@@ -3,7 +3,7 @@
3
publish = "site"
4
command = """
5
pip install mkdocs && pip install mkdocs-material
6
- mkdocs build -d site
+ python -m mkdocs build -d site
7
"""
8
9
[build.environment]
0 commit comments