Try to fix Travis build

This commit is contained in:
squidfunk 2018-05-11 10:47:40 +02:00
parent 57b2ddf335
commit 130c0f16b1

View File

@ -54,7 +54,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
# Install GitHub pages import helper and Material, so we can use it as a # Install GitHub pages import helper and Material, so we can use it as a
# base template and add overrides # base template and add overrides
pip install --user ghp-import pip install --user ghp-import
python setup.py install python setup.py --user install
# Build documentation with overrides and publish to GitHub pages # Build documentation with overrides and publish to GitHub pages
mkdocs build --theme material --theme-dir overrides mkdocs build --theme material --theme-dir overrides