|
55 | 55 | echo ${mapbox_token} > python/.mapbox_token
|
56 | 56 | make -kj8 || make -kj8
|
57 | 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 |
| 58 | + curl https://raw.githubusercontent.com/plotly/documentation/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py |
59 | 59 | python front-matter-ci.py build/html
|
60 | 60 | python check-or-enforce-order.py python
|
61 | 61 | if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
|