Skip to content

Commit d475445

Browse files
committed
Update config.yml
1 parent 1b7efe2 commit d475445

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.circleci/config.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
executor:
201201
name: docker-container
202202
python_version: <<parameters.python_version>>
203-
steps:
203+
steps:
204204
- test_io_kaleido_v0
205205

206206
# Percy
@@ -416,13 +416,13 @@ jobs:
416416
# For the API doc, we need to use the local version of plotly
417417
# since we are tweaking the source because of
418418
# graph_objs/graph_objects
419+
uv pip uninstall plotly
420+
cd ..
421+
uv pip install -e .
422+
cd doc
423+
cd apidoc
424+
make html
419425
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
420-
uv pip uninstall plotly
421-
cd ..
422-
uv pip install -e .
423-
cd doc
424-
cd apidoc
425-
make html
426426
cd _build/html
427427
touch .nojekyll
428428
git init
@@ -435,10 +435,16 @@ jobs:
435435
rm -rf .git
436436
cd ../..
437437
fi
438+
tar -czf api_docs_html.tgz _build/html
438439
439440
- store_artifacts:
440441
path: doc/build
441442
destination: doc/build
443+
444+
- store_artifacts:
445+
path: doc/apidoc/api_docs_html.tgz
446+
destination: doc/apidoc/api_docs_html.tgz
447+
442448
workflows:
443449
code_formatting:
444450
jobs:
@@ -449,7 +455,7 @@ workflows:
449455
release_build:
450456
jobs:
451457
- full_build
452-
458+
453459
build:
454460
jobs:
455461
- test_core_py:

0 commit comments

Comments
 (0)