Skip to content
Snippets Groups Projects
Commit 130c0f16 authored by squidfunk's avatar squidfunk
Browse files

Try to fix Travis build

parent 57b2ddf3
Branches
Tags
No related merge requests found
...@@ -54,7 +54,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment