From 10134803a9190f930fc1034b98d488532995c204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 15 Dec 2018 22:10:12 +0400 Subject: [PATCH] :green_heart: Call docs build with Python module --- scripts/build-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-docs.sh b/scripts/build-docs.sh index 895356568..4f4ae2f74 100644 --- a/scripts/build-docs.sh +++ b/scripts/build-docs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -mkdocs build +python -m mkdocs build cp ./docs/index.md ./README.md