mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 19:35:56 +00:00
Fixing typo in deploy
This commit is contained in:
parent
6792bee11d
commit
41e41320c2
@ -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}/")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user