diff --git a/docs/deploy.py b/docs/deploy.py index 5edaafd6d5..8536f03393 100644 --- a/docs/deploy.py +++ b/docs/deploy.py @@ -64,7 +64,9 @@ def deploy(): # copy built branches to current dir os.system("ls") - os.system("cp -Rf build/html/* .") + os.system(f"mdkir {latest_version}") + + os.system("cp -Rf build/html/* {latest_version}/") os.system("ls")