Skip to content

Commit 5c4c79f

Browse files
author
Joseph Damiba
committed
fixup
1 parent ddc1bef commit 5c4c79f

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
@@ -57,7 +57,7 @@ jobs:
5757
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py
5858
curl https://raw.githubusercontent.com/plotly/documentation/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py
5959
python front-matter-ci.py build/html
60-
python check-or-enforce-order.py python
60+
python check-or-enforce-order.py build/html
6161
if [ "${CIRCLE_BRANCH}" == "master" ]; then
6262
cd build/html
6363
git init

0 commit comments

Comments
 (0)