From f5872bb8b0a0119904cb54f316dded64520d7cfe Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Sat, 1 Feb 2020 00:06:03 +0100 Subject: [PATCH] updated travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b8b262..72467fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ deploy: provider: pages skip-cleanup: true github-token: $GITHUB_TOKEN - local-dir: ./book + local-dir: ./ keep-history: false on: - branch: master \ No newline at end of file + branch: gh-pages \ No newline at end of file