diff --git a/build_docs.py b/build_docs.py index 7dad4d0c..c1bdad59 100644 --- a/build_docs.py +++ b/build_docs.py @@ -11,7 +11,7 @@ shutil.rmtree("site") except OSError as e: print("Error: %s : %s" % ("site", e.strerror)) -exit() os.system("git clone https://github.com/DLR-VF/UrMoAC.wiki.git") os.system("python "+USER_PATH+"mkdocs build") os.system("python "+USER_PATH+"mkdocs serve") +