From d875c9f5b95e16684f11e9214f13ac68658614d4 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sat, 4 Mar 2017 16:02:59 +0100 Subject: [PATCH] Proper target repo setup for mkdocs deploy --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0702b2db5..de34e33b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,8 @@ deploy: local_dir: build/docs github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard target_branch: master - project_name: LibreTime/LibreTime.github.io + repo: LibreTime/LibreTime.github.io + project_name: LibreTime fqdn: libretime.org name: R. LibreTime DocBot on: