From e6a3a1608e30279559349592216fbacfabd9d7b6 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Thu, 19 Sep 2019 16:00:28 +0100 Subject: [PATCH] WEB: Fix deployment of the website --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ba7a3bfb6ae36..5b3d4e91c1e02 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -171,7 +171,7 @@ jobs: eq(variables['Build.SourceBranch'], 'refs/heads/master')) - script: | - cd doc/build/html + cd to_deploy git remote add origin git@github.com:pandas-dev/pandas-dev.github.io.git git push -f origin master displayName: 'Publish web and docs to GitHub pages'