diff --git a/.travis.yml b/.travis.yml index 3d9a67b..8eec934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ after_success: - pipenv run coverage combine .coverage* - pipenv run codecov # MKDOCS - - make ci_generate_docs + # - make ci_generate_docs deploy: provider: pages @@ -45,4 +45,4 @@ deploy: github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: true on: - branch: master \ No newline at end of file + branch: master