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