Try to fix Travis build

This commit is contained in:
squidfunk 2018-05-11 10:52:54 +02:00
parent 130c0f16b1
commit 36e2093154

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 --user install python setup.py install --user
# 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