From c75f5d11905486e5a88bd0de1b69b72b7a06b022 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 23 Aug 2019 19:33:57 +0300 Subject: remove wrong config from .travis.yml The right key here is target_branch, not branch. However, this works anyway b/c gh-pages is the default. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 87b546442..52af05375 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,6 @@ deploy: github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: true local-dir: target/doc - branch: gh-pages on: branch: master condition: $DEPLOY_DOCS = 1 -- cgit v1.2.3