Fixing typo in deploy

This commit is contained in:
Griatch 2025-08-15 19:47:11 +02:00
parent 6792bee11d
commit 41e41320c2

View File

@ -64,7 +64,7 @@ def deploy():
# copy built branches to current dir
os.system("ls")
os.system(f"mdkir {latest_version}")
os.system(f"mkdir {latest_version}")
os.system("cp -Rf build/html/* {latest_version}/")