From c06b55ae4428211100cc7066343219c210439c5d Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Mon, 6 May 2019 11:08:47 +0800 Subject: [PATCH] Build the blog site for the staging environment: ``` --- a/tasks/build.rake +++ b/tasks/build.rake @@ -36,5 +36,5 @@ task :build do sh 'rm -rf *' end - sh 'hugo' + sh 'hugo -e staging -v' end ``` --- tasks/build.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.rake b/tasks/build.rake index c0db831..5040252 100644 --- a/tasks/build.rake +++ b/tasks/build.rake @@ -36,5 +36,5 @@ task :build do sh 'rm -rf *' end - sh 'hugo' + sh 'hugo -e staging -v' end