Skip to content

Commit dc94f58

Browse files
authored
Merge pull request #1316 from kmala/fix
fix the netlify build
2 parents f0f11ab + ed57781 commit dc94f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "site"
44
command = """
55
pip install mkdocs && pip install mkdocs-material
6-
mkdocs build -d site
6+
python -m mkdocs build -d site
77
"""
88

99
[build.environment]

0 commit comments

Comments
 (0)