Fixing typo in deploy
This commit is contained in:
parent
6792bee11d
commit
41e41320c2
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def deploy():
|
||||||
# copy built branches to current dir
|
# copy built branches to current dir
|
||||||
os.system("ls")
|
os.system("ls")
|
||||||
|
|
||||||
os.system(f"mdkir {latest_version}")
|
os.system(f"mkdir {latest_version}")
|
||||||
|
|
||||||
os.system("cp -Rf build/html/* {latest_version}/")
|
os.system("cp -Rf build/html/* {latest_version}/")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue