Compare commits

...

4 Commits

Author SHA1 Message Date
Griatch
27f0ccec4a Update CHANGELOG to latest updates 2025-08-16 00:19:52 +02:00
Griatch
3ba2d49c4f More typos ... 2025-08-15 20:08:51 +02:00
Griatch
41e41320c2 Fixing typo in deploy 2025-08-15 19:47:11 +02:00
Griatch
6792bee11d Change to doc deploy script to account for not using sphinx-multiversion 2025-08-15 19:38:37 +02:00
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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")