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.
1 parent 8e57214 commit d982388Copy full SHA for d982388
.circleci/config.yml
@@ -55,7 +55,9 @@ jobs:
55
echo ${mapbox_token} > python/.mapbox_token
56
make -kj8 || make -kj8
57
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py
58
+ curl https://raw.githubusercontent.com/plotly/documentation/69c99a624397ed2eaf644afd76f3d42fe1b4015c/check-or-enforce-order.py > check-or-enforce-order.py
59
python front-matter-ci.py build/html
60
+ python check-or-enforce-order.py build/html
61
if [ "${CIRCLE_BRANCH}" == "master" ]; then
62
cd build/html
63
git init
0 commit comments