Skip to content

Commit 2468edd

Browse files
committed
Move make API reference steps
1 parent 53c4770 commit 2468edd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ commands:
6161
cd js
6262
npm ci
6363
npm run build
64-
64+
6565
- when:
66-
condition:
66+
condition:
6767
not:
6868
equal:
6969
- <<parameters.pandas_version>>
@@ -387,13 +387,13 @@ jobs:
387387
# For the API doc, we need to use the local version of plotly
388388
# since we are tweaking the source because of
389389
# graph_objs/graph_objects
390+
uv pip uninstall plotly
391+
cd ..
392+
uv pip install -e .
393+
cd doc
394+
cd apidoc
395+
make html
390396
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
391-
uv pip uninstall plotly
392-
cd ..
393-
uv pip install -e .
394-
cd doc
395-
cd apidoc
396-
make html
397397
cd _build/html
398398
touch .nojekyll
399399
git init

0 commit comments

Comments
 (0)