Specify hugo cache directory

This commit is contained in:
Kazuhiro MUSASHI 2020-02-16 20:06:51 +07:00
parent 7ecaa922a9
commit f068ad3c32
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ steps:
- name: hugo
image: cibuilds/hugo:0.64.1
commands:
- hugo -e production -v -s .
- hugo -e production -v -s --cacheDir /tmp .
- name: Compress-the-Assets
image: cibuilds/hugo:0.64.1
@ -66,7 +66,7 @@ steps:
- name: hugo
image: cibuilds/hugo:0.64.1
commands:
- hugo -e staging -v -s .
- hugo -e staging -v -s --cacheDir /tmp .
- name: Compress-the-Assets
image: cibuilds/hugo:0.64.1