Skip to content

Commit 61e791d

Browse files
author
Joseph Damiba
committed
removing nav element
url fixup
1 parent 5c4c79f commit 61e791d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py
58+
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/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)