From 880658190f8502916e923749b63e4050158a7ef1 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Thu, 19 Sep 2019 22:20:30 +0100 Subject: [PATCH] WEB/CI: Fixing target path of the web build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |