From c897bdfadf25f809d510c94a98d2e132a0df1de0 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 4 Jun 2018 14:04:48 +0900 Subject: [PATCH] Publish Sami, not the other docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 318de356..60086e6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ jobs: deploy: provider: pages skip-cleanup: true - local-dir: docs + local-dir: build github-token: $GITHUB_TOKEN on: all_branches: true