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 5c4c79f commit 61e791dCopy full SHA for 61e791d
.circleci/config.yml
@@ -55,7 +55,7 @@ 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/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py
+ 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
0 commit comments