File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exclude: [
18
18
' _posts/nodejs' ,
19
19
' _posts/temp' ,
20
20
' vendor' , 'node_modules',
21
- ' plotly.py-docs '
21
+ ' plotly.py'
22
22
]
23
23
24
24
# ---
@@ -37,7 +37,7 @@ algolia:
37
37
- ' *.png'
38
38
- ' *.Rmd'
39
39
- ' *.R'
40
- - ' plotly.py-docs '
40
+ - ' plotly.py'
41
41
- ' _posts/dashboards'
42
42
- ' _posts/ggplot2'
43
43
- ' _posts/julia'
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ update_js_search :
11
11
12
12
update_python_search :
13
13
@echo " Updating python_docs index"
14
- rm -rf plotly.py-docs _posts/python/html
15
- git clone git@github.com:plotly/plotly.py-docs --depth=1
16
- cp -R plotly.py-docs /python _posts/python/html
14
+ rm -rf plotly.py _posts/python/html
15
+ git clone git@github.com:plotly/plotly.py --branch=doc-prod --depth=1
16
+ cp -R plotly.py/doc /python _posts/python/html
17
17
python process_python_md.py
18
18
bundle exec jekyll algolia push --config _config_python_search.yml
19
- rm -rf plotly.py-docs _posts/python/html
19
+ rm -rf plotly.py _posts/python/html
20
20
21
21
update_r_search :
22
22
@echo " Updating r_docs index"
You can’t perform that action at this time.
0 commit comments