From 7abae605c4df9814f14514b86aaaf4d333741ebe Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sat, 1 Jun 2019 15:52:06 +0100 Subject: [PATCH] CI: Disabling dev docs push from azure-pipelines while we fix it --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f83917024049..828c995a4201a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -171,7 +171,9 @@ jobs: - script: | cd doc/build/html git remote add origin git@github.com:pandas-dev/pandas-dev.github.io.git - git push origin master -f + # There is a problem with the key and master is failing. Disabling the push while we fix the problem. + # See: https://github.com/pandas-dev/pandas/pull/26591 + # git push origin master -f displayName: 'Publish docs to GitHub pages' condition : | and(not(eq(variables['Build.Reason'], 'PullRequest')),