Skip to content

Commit 1127f40

Browse files
author
Joseph Damiba
authored
Merge pull request #198 from plotly/update-ci-order
Update Circle CI to check order of posts
2 parents c8bb7f0 + 61e791d commit 1127f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
echo ${mapbox_token} > python/.mapbox_token
5656
make -kj8 || make -kj8
5757
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
5859
python front-matter-ci.py build/html
60+
python check-or-enforce-order.py build/html
5961
if [ "${CIRCLE_BRANCH}" == "master" ]; then
6062
cd build/html
6163
git init

0 commit comments

Comments
 (0)