1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

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
# base template and add overrides
pip install --user ghp-import
python setup.py --user install
python setup.py install --user
# Build documentation with overrides and publish to GitHub pages
mkdocs build --theme material --theme-dir overrides