8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f919a37 + 306d9e1 commit 27f6573Copy full SHA for 27f6573
.circleci/config.yml
@@ -359,10 +359,8 @@ jobs:
359
cd ../packages/python/plotly
360
pip install -e .
361
cd ../../../doc
362
- fi
363
- cd apidoc
364
- make html
365
- if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
+ cd apidoc
+ make html
366
cd _build/html
367
touch .nojekyll
368
git init
@@ -375,7 +373,6 @@ jobs:
375
373
rm -rf .git
376
374
cd ../..
377
fi
378
- cd ../..
379
380
- store_artifacts:
381
path: doc/build
0 commit comments