From 0bfa058385115dbdd6e6b169af50ce9e3422a500 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 19 Jun 2018 14:18:35 -0700 Subject: [PATCH] ci: Use the correct local-dir for the built book in deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5e6b2441..ff30cc91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ matrix: provider: pages skip-cleanup: true github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure - local-dir: guide + local-dir: guide/book keep-history: false on: branch: master