Skip to content

Commit 48573b2

Browse files
authored
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.
1 parent 444a9e3 commit 48573b2

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

TGS3.json

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
{
22
"documentation": "/tg/station server 3 configuration file",
3-
"changelog": {
4-
"script": "tools/ss13_genchangelog.py",
5-
"arguments": "html/changelog.html html/changelogs",
6-
"pip_dependancies": [
7-
"PyYaml",
8-
"beautifulsoup4"
9-
]
10-
},
11-
"synchronize_paths": [
12-
"html/changelog.html",
13-
"html/changelogs/*"
14-
],
3+
"synchronize_paths": [],
154
"static_directories": [
165
"config",
176
"data"
187
],
19-
"dlls": [
20-
"libmariadb.dll"
21-
]
8+
"dlls": []
229
}

0 commit comments

Comments
 (0)