We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dc615 commit 67c90bbCopy full SHA for 67c90bb
WebHost.py
@@ -58,6 +58,7 @@ def create_ordered_tutorials_file() -> typing.List[typing.Dict[str, typing.Any]]
58
worlds[game] = world
59
60
base_target_path = Utils.local_path("WebHostLib", "static", "generated", "docs")
61
+ shutil.rmtree(base_target_path, ignore_errors=True)
62
for game, world in worlds.items():
63
# copy files from world's docs folder to the generated folder
64
target_path = os.path.join(base_target_path, game)
0 commit comments