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 c8bb7f0 + 61e791d commit 1127f40Copy full SHA for 1127f40
.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/source-design-merge/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