Remove the condition on deploying the API docs to our (fake) github pages branch.

This commit is contained in:
Nick Lewycky 2019-09-06 16:26:10 -07:00
parent e7892f552d
commit 8fba294912

View File

@ -232,9 +232,6 @@ jobs:
- job: Publish_Docs
dependsOn:
- Build_Docs
condition: |
and(eq(variables['Build.SourceBranch'], 'refs/heads/master'),
not(eq(variables['Build.Reason'], 'PullRequest')))
displayName: Deploy API Documentation to GitHub
pool:
vmImage: "ubuntu-16.04"