Skip to content

Commit

Permalink
Compiling changelogs via tgs3 is no longer supported (tgstation#55403)
Browse files Browse the repository at this point in the history
If im understanding things correctly, github actions is currently handling doing this, so we can skip this error prone process here.
  • Loading branch information
MrStonedOne authored Dec 11, 2020
1 parent 444a9e3 commit 48573b2
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions TGS3.json
Original file line number Diff line number Diff line change
@@ -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": []
}

0 comments on commit 48573b2

Please sign in to comment.