Skip to content

Commit 9e10c36

Browse files
author
Joseph Damiba
committed
fixing up argument for check order script
1 parent d982388 commit 9e10c36

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/69c99a624397ed2eaf644afd76f3d42fe1b4015c/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 build/html
60+
python check-or-enforce-order.py python
6161
if [ "${CIRCLE_BRANCH}" == "master" ]; then
6262
cd build/html
6363
git init

0 commit comments

Comments
 (0)