Skip to content

Commit 5ed28ee

Browse files
committed
Use of latest development version of mkdocs for better error messages
1 parent 30c1a82 commit 5ed28ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ machine:
66
USER_EMAIL: "fastlanebothelper@krausefx.com"
77
dependencies:
88
pre:
9-
- pip install mkdocs
9+
# - pip install mkdocs
10+
- pip install -e git+https://github.com/mkdocs/mkdocs#egg=mkdocs # since the latest version has better error message if something goes wrong
1011
test:
1112
override:
1213
- if [ $CIRCLE_BRANCH != 'gh-pages' ]; then mkdocs build; fi

0 commit comments

Comments
 (0)