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