Skip to content

Commit d982388

Browse files
author
Joseph Damiba
committed
curling to get order script
fixup updating url for script fixup updating URL of check order script updating URL
1 parent 8e57214 commit d982388

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/69c99a624397ed2eaf644afd76f3d42fe1b4015c/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)