Skip to content

Commit 6391e6e

Browse files
committed
Revert "Update config.yml"
This reverts commit 7df8306.
1 parent 19454c5 commit 6391e6e

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.circleci/config.yml

Lines changed: 6 additions & 11 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
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-
441436
workflows:
442437
code_formatting:
443438
jobs:

0 commit comments

Comments
 (0)