Skip to content

Commit de09937

Browse files
add path in build docs section
1 parent 900e6b9 commit de09937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- run:
4141
name: Build docs to store
4242
command: |
43+
export PATH="$HOME/miniconda/bin:$PATH"
4344
cd pandas-docs
4445
python make.py html
4546
# Tell Circle to store the documentation output in a folder that we can access later

0 commit comments

Comments
 (0)