From abb16ea445b7ca9ea52e01dc6c9af074fdad0b10 Mon Sep 17 00:00:00 2001 From: funkill2 Date: Mon, 30 Sep 2019 15:17:23 +0300 Subject: [PATCH] fix deploy book --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 739558f..44142f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ deploy: provider: pages skip-cleanup: true github-token: $GITHUB_TOKEN - local-dir: book/book + local-dir: book/book/html keep-history: false on: branch: master