From de61b1c685f258f7efdbcaf6c65b143b94490403 Mon Sep 17 00:00:00 2001 From: Shing Lyu Date: Sat, 24 Nov 2018 10:43:56 +0100 Subject: [PATCH] Push website to the master branch to simplify website development --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1f89aa23e7..d5a5518cc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,6 +69,7 @@ matrix: deploy: provider: pages repo: RustPython/website + target-branch: master local-dir: target/doc skip-cleanup: true github-token: $WEBSITE_GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable