Skip to content

Commit d4f3403

Browse files
author
Joseph Damiba
committed
using scripts from feature branch
1 parent 3e961b6 commit d4f3403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
. venv/bin/activate
5555
echo ${mapbox_token} > python/.mapbox_token
5656
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
5959
python front-matter-ci.py build/html
6060
python check-or-enforce-order.py build/html
6161
if [ "${CIRCLE_BRANCH}" == "master" ]; then

0 commit comments

Comments
 (0)