From 48573b2dbd764a4eaa7de7e289cbf96167255036 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Thu, 10 Dec 2020 22:20:41 -0800 Subject: [PATCH] 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. --- TGS3.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/TGS3.json b/TGS3.json index 39b75bd913c..228854a1667 100644 --- a/TGS3.json +++ b/TGS3.json @@ -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": [] }