File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff 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+
436441workflows :
437442 code_formatting :
438443 jobs :
You can’t perform that action at this time.
0 commit comments