File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -566,13 +566,13 @@ jobs:
566
566
# For the API doc, we need to use the local version of plotly
567
567
# since we are tweaking the source because of
568
568
# graph_objs/graph_objects
569
+ pip uninstall -y plotly
570
+ cd ../packages/python/plotly
571
+ pip install -e .
572
+ cd ../../../doc
573
+ cd apidoc
574
+ make html
569
575
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
570
- pip uninstall -y plotly
571
- cd ../packages/python/plotly
572
- pip install -e .
573
- cd ../../../doc
574
- cd apidoc
575
- make html
576
576
cd _build/html
577
577
touch .nojekyll
578
578
git init
@@ -585,10 +585,16 @@ jobs:
585
585
rm -rf .git
586
586
cd ../..
587
587
fi
588
+ tar -czf api_docs_html.tgz _build/html
588
589
589
590
- store_artifacts :
590
591
path : doc/build
591
592
destination : doc/build
593
+
594
+ - store_artifacts :
595
+ path : doc/apidoc/api_docs_html.tgz
596
+ destination : doc/apidoc/api_docs_html.tgz
597
+
592
598
workflows :
593
599
code_formatting :
594
600
jobs :
You can’t perform that action at this time.
0 commit comments