From 322c294080b75f90c6e2d29e7d9c66d5ac848afd Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 13 Jun 2019 02:22:59 +0200 Subject: [PATCH] More deployment fixes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d50f247..4523991 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,5 @@ deploy: github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep_history: true on: - branch: gh-pages + branch: master local_dir: _site \ No newline at end of file