File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
. venv/bin/activate
55
55
echo ${mapbox_token} > python/.mapbox_token
56
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
57
+ curl https://raw.githubusercontent.com/plotly/documentation/f32dd8f57f6a689f9a6df8983086d739cc9ee9fa /front-matter-ci.py > front-matter-ci.py
58
+ curl https://raw.githubusercontent.com/plotly/documentation/f32dd8f57f6a689f9a6df8983086d739cc9ee9fa /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 build/html
61
61
if [ "${CIRCLE_BRANCH}" == "master" ]; then
You can’t perform that action at this time.
0 commit comments