OK it works, lets get realistic now

This commit is contained in:
Cyberboss
2017-10-20 12:57:21 -04:00
parent bd62d16484
commit 7b8fa03f5d
+1 -2
View File
@@ -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){