mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
OK it works, lets get realistic now
This commit is contained in:
+1
-2
@@ -6,8 +6,7 @@ $doxdir = "C:\tgsdox"
|
||||
|
||||
New-Item -Path $doxdir -ItemType directory
|
||||
|
||||
#$publish_dox = (-not (Test-Path Env:APPVEYOR_PULL_REQUEST_NUMBER)) -and ("$Env:APPVEYOR_REPO_BRANCH" -eq "master")
|
||||
$publish_dox = $TRUE
|
||||
$publish_dox = (-not (Test-Path Env:APPVEYOR_PULL_REQUEST_NUMBER)) -and ("$Env:APPVEYOR_REPO_BRANCH" -eq "master")
|
||||
$github_url = "github.com/$Env:APPVEYOR_REPO_NAME"
|
||||
|
||||
if($publish_dox){
|
||||
|
||||
Reference in New Issue
Block a user