Skip to content

Commit 4ac7f9d

Browse files
WEB/CI: Fixing target path of the web build (#28543)
1 parent 4729766 commit 4ac7f9d

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
@@ -121,7 +121,7 @@ jobs:
121121
122122
- script: |
123123
source activate pandas-dev
124-
python web/pandas_web.py web/pandas
124+
python web/pandas_web.py web/pandas --target-path=web/build
125125
displayName: 'Build website'
126126
127127
- script: |

0 commit comments

Comments
 (0)