mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
Fixes build script [TGSDeploy]
This commit is contained in:
+2
-1
@@ -32,7 +32,8 @@ if($publish_dox){
|
||||
echo "" > .nojekyll
|
||||
git add --all
|
||||
git commit -m "Deploy code docs to GitHub Pages for Appveyor build $Env:APPVEYOR_BUILD_NUMBER" -m "Commit: $Env:APPVEYOR_REPO_COMMIT"
|
||||
git push -f "https://$Env:repo_token@$github_url" 2>&1 | out-null
|
||||
git push -f "https://$Env:repo_token@$github_url" 2>&1 | out-null
|
||||
cd "$bf"
|
||||
}
|
||||
|
||||
$destination = "$bf\TGS3-Server-v$version.exe"
|
||||
|
||||
Reference in New Issue
Block a user