Skip to content

Commit 0512035

Browse files
committed
test changes with old plotly.py
1 parent 673c19c commit 0512035

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.circleci/config.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,13 @@ jobs:
566566
# For the API doc, we need to use the local version of plotly
567567
# since we are tweaking the source because of
568568
# 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
569575
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
576576
cd _build/html
577577
touch .nojekyll
578578
git init
@@ -585,10 +585,16 @@ jobs:
585585
rm -rf .git
586586
cd ../..
587587
fi
588+
tar -czf api_docs_html.tgz _build/html
588589
589590
- store_artifacts:
590591
path: doc/build
591592
destination: doc/build
593+
594+
- store_artifacts:
595+
path: doc/apidoc/api_docs_html.tgz
596+
destination: doc/apidoc/api_docs_html.tgz
597+
592598
workflows:
593599
code_formatting:
594600
jobs:

0 commit comments

Comments
 (0)