Skip to content

Commit

Permalink
debugging debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrajzew committed Mar 3, 2021
1 parent 0d7908f commit e4a3644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit e4a3644

Please sign in to comment.