Compiling changelogs via tgs3 is no longer supported (#55403)

If im understanding things correctly, github actions is currently handling doing this, so we can skip this error prone process here.
This commit is contained in:
Kyle Spier-Swenson
2020-12-11 06:20:41 +00:00
committed by GitHub
parent 444a9e3b39
commit 48573b2dbd
+2 -15
View File
@@ -1,22 +1,9 @@
{
"documentation": "/tg/station server 3 configuration file",
"changelog": {
"script": "tools/ss13_genchangelog.py",
"arguments": "html/changelog.html html/changelogs",
"pip_dependancies": [
"PyYaml",
"beautifulsoup4"
]
},
"synchronize_paths": [
"html/changelog.html",
"html/changelogs/*"
],
"synchronize_paths": [],
"static_directories": [
"config",
"data"
],
"dlls": [
"libmariadb.dll"
]
"dlls": []
}