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'