We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c1a82 commit 5ed28eeCopy full SHA for 5ed28ee
circle.yml
@@ -6,7 +6,8 @@ machine:
6
USER_EMAIL: "fastlanebothelper@krausefx.com"
7
dependencies:
8
pre:
9
- - pip install mkdocs
+ # - 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
11
test:
12
override:
13
- if [ $CIRCLE_BRANCH != 'gh-pages' ]; then mkdocs build; fi
0 commit comments