From 0d4d97feec1ae25b63e39ccf657451d463608d6b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 1 Aug 2019 15:14:00 +0200 Subject: [PATCH] chg: [travis] mkdocs disabled for the time being --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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