diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b3d4e91c1e02..62c46b6970969 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,7 +121,7 @@ jobs: - script: | source activate pandas-dev - python web/pandas_web.py web/pandas + python web/pandas_web.py web/pandas --target-path=web/build displayName: 'Build website' - script: |