Skip to content

Commit 7df8306

Browse files
committed
Update config.yml
1 parent 6df0162 commit 7df8306

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.circleci/config.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -409,13 +409,13 @@ jobs:
409409
# For the API doc, we need to use the local version of plotly
410410
# since we are tweaking the source because of
411411
# graph_objs/graph_objects
412+
uv pip uninstall plotly
413+
cd ..
414+
uv pip install -e .
415+
cd doc
416+
cd apidoc
417+
make html
412418
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
413-
uv pip uninstall plotly
414-
cd ..
415-
uv pip install -e .
416-
cd doc
417-
cd apidoc
418-
make html
419419
cd _build/html
420420
touch .nojekyll
421421
git init
@@ -428,11 +428,16 @@ jobs:
428428
rm -rf .git
429429
cd ../..
430430
fi
431+
tar -czf api_docs_html.tgz _build/html
431432
432433
- store_artifacts:
433434
path: doc/build
434435
destination: doc/build
435436

437+
- store_artifacts:
438+
path: doc/apidoc/api_docs_html.tgz
439+
destination: doc/apidoc/api_docs_html.tgz
440+
436441
workflows:
437442
code_formatting:
438443
jobs:

0 commit comments

Comments
 (0)