diff --git a/.circleci/config.yml b/.circleci/config.yml index 29149893a..5ab0e0d61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,9 @@ jobs: echo ${mapbox_token} > python/.mapbox_token make -kj8 || make -kj8 curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py + curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html + python check-or-enforce-order.py build/html if [ "${CIRCLE_BRANCH}" == "master" ]; then cd build/html git init