From a76371675eb7ad786447ee2aafc46985412c68e2 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Wed, 27 Nov 2019 00:03:43 +0200 Subject: [PATCH] Update travis file --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8449161..d45a37a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ python: - "3.6" script: - - invoke build + - cp README.md docs/index.md + - mkdocs build + # - invoke build deploy: provider: pages