We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc1bef commit 5c4c79fCopy full SHA for 5c4c79f
.circleci/config.yml
@@ -57,7 +57,7 @@ jobs:
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/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py
59
python front-matter-ci.py build/html
60
- python check-or-enforce-order.py python
+ python check-or-enforce-order.py build/html
61
if [ "${CIRCLE_BRANCH}" == "master" ]; then
62
cd build/html
63
git init
0 commit comments