From ab0f3ad6a4cb7a3c637a4362866e0c39aa508106 Mon Sep 17 00:00:00 2001 From: Oliver Leung Date: Sat, 1 Dec 2018 15:04:28 -0500 Subject: [PATCH] Change build file location --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b4fc47a..724372fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ deploy: skip-cleanup: true github-token: "$GITHUB_TOKEN" keep-history: true - local-dir: docs/build/html + local-dir: docs/build target-branch: gh-pages on: tags: true