From a6f4e84f56e7e8ec525125101be3eded36645816 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Mon, 2 Sep 2019 02:16:36 +0800 Subject: [PATCH] Update CI build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f526ba..62985bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - sudo gem install asciidoctor script: - asciidoctor --version - - hugo + - hugo --minify deploy: local_dir: "public/" provider: pages