File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
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
418412 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,16 +428,11 @@ jobs:
428428 rm -rf .git
429429 cd ../..
430430 fi
431- tar -czf api_docs_html.tgz _build/html
432431
433432 - store_artifacts :
434433 path : doc/build
435434 destination : doc/build
436435
437- - store_artifacts :
438- path : doc/apidoc/api_docs_html.tgz
439- destination : doc/apidoc/api_docs_html.tgz
440-
441436workflows :
442437 code_formatting :
443438 jobs :
You can’t perform that action at this time.
0 commit comments