From 67e59d4a8ce70f8f6857ae1a03f0635f33d30ae5 Mon Sep 17 00:00:00 2001 From: puterakahfi Date: Sun, 26 Jan 2020 11:29:36 +0700 Subject: [PATCH] fix travis wrong build branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 877df88..884d8e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ deploy: provider: pages skip-cleanup: true github-token: $GITHUB_ACCESS_TOKEN # Set in travis-ci.org dashboard, marked secure https://docs.travis-ci.com/user/deployment/pages/#Setting-the-GitHub-token - target-branch: gh-pages + target-branch: master local-dir: dist on: branch: stable