File tree 1 file changed +14
-8
lines changed
1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200
200
executor :
201
201
name : docker-container
202
202
python_version : <<parameters.python_version>>
203
- steps :
203
+ steps :
204
204
- test_io_kaleido_v0
205
205
206
206
# Percy
@@ -416,13 +416,13 @@ jobs:
416
416
# For the API doc, we need to use the local version of plotly
417
417
# since we are tweaking the source because of
418
418
# 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
419
425
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
426
426
cd _build/html
427
427
touch .nojekyll
428
428
git init
@@ -435,10 +435,16 @@ jobs:
435
435
rm -rf .git
436
436
cd ../..
437
437
fi
438
+ tar -czf api_docs_html.tgz _build/html
438
439
439
440
- store_artifacts :
440
441
path : doc/build
441
442
destination : doc/build
443
+
444
+ - store_artifacts :
445
+ path : doc/apidoc/api_docs_html.tgz
446
+ destination : doc/apidoc/api_docs_html.tgz
447
+
442
448
workflows :
443
449
code_formatting :
444
450
jobs :
@@ -449,7 +455,7 @@ workflows:
449
455
release_build :
450
456
jobs :
451
457
- full_build
452
-
458
+
453
459
build :
454
460
jobs :
455
461
- test_core_py :
You can’t perform that action at this time.
0 commit comments