Skip to content

Commit 5ca9672

Browse files
datapythonistaTomAugspurger
authored andcommitted
WEB: Fix deployment of the website (#28529)
1 parent 9c7e604 commit 5ca9672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
eq(variables['Build.SourceBranch'], 'refs/heads/master'))
172172
173173
- script: |
174-
cd doc/build/html
174+
cd to_deploy
175175
git remote add origin [email protected]:pandas-dev/pandas-dev.github.io.git
176176
git push -f origin master
177177
displayName: 'Publish web and docs to GitHub pages'

0 commit comments

Comments
 (0)