mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 11:26:10 +00:00
Compare commits
4 Commits
d26eaff652
...
27f0ccec4a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27f0ccec4a | ||
|
|
3ba2d49c4f | ||
|
|
41e41320c2 | ||
|
|
6792bee11d |
@ -3,10 +3,13 @@
|
||||
## Main branch
|
||||
|
||||
- [Fix][pull3799]: Fix typo in `basic_tc.py` contrib for beginner tutorial (Tharic99)
|
||||
- [Doc][pull3801]: Move Evennia doc build system to latest Sphinx/myST
|
||||
(PowershellNinja, also honorary mention to electroglyph)
|
||||
- [Doc][pull3800]: Describe support for Telnet SSH in HAProxy documentation (holl0wstar)
|
||||
|
||||
[pull3799]: https://github.com/evennia/evennia/issues/3799
|
||||
[pull3800]: https://github.com/evennia/evennia/issues/3800
|
||||
[pull3801]: https://github.com/evennia/evennia/issues/3801
|
||||
|
||||
|
||||
## Evennia 5.0.1
|
||||
|
||||
@ -64,7 +64,9 @@ def deploy():
|
||||
# copy built branches to current dir
|
||||
os.system("ls")
|
||||
|
||||
os.system("cp -Rf build/html/* .")
|
||||
os.system(f"mkdir {latest_version}")
|
||||
|
||||
os.system(f"cp -Rf build/html/* {latest_version}/")
|
||||
|
||||
os.system("ls")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user