From 8fba294912c83a04dfcbd8cf5d2c17beb016992e Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 6 Sep 2019 16:26:10 -0700 Subject: [PATCH] Remove the condition on deploying the API docs to our (fake) github pages branch. --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15bad554d..a038cfcf7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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"