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
```
This commit is contained in:
Kazuhiro MUSASHI 2019-05-06 11:08:47 +08:00
parent 71876190b9
commit c06b55ae44
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ task :build do
sh 'rm -rf *' sh 'rm -rf *'
end end
sh 'hugo' sh 'hugo -e staging -v'
end end