Fixed travis message regarding docs generation

This commit is contained in:
Marc Garcia Puig 2020-01-24 15:04:22 +01:00 committed by Axel1092
parent ac406fae97
commit 530d84daea
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ matrix:
- pip install -q --user mkdocs
script:
- make PythonAPI.docs
- git diff --quiet HEAD --; if [ ! $? -eq 0 ]; then echo "Python API reference changed, forgot to run doc_gen.py?"; exit 1; fi
- git diff --quiet HEAD --; if [ ! $? -eq 0 ]; then echo "Python API reference changed, forgot to run \"make PythonAPI.docs\"?"; exit 1; fi
- mkdocs build --verbose --clean --strict --site-dir _site
notifications: