mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Change to doc deploy script to account for not using sphinx-multiversion
This commit is contained in:
parent
d26eaff652
commit
6792bee11d
1 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue