hugo docker check: specify cache directory again
This commit is contained in:
parent
ed2f61f63d
commit
6cb3aae739
|
@ -68,7 +68,7 @@ steps:
|
|||
user: root
|
||||
image: cibuilds/hugo:0.64.1
|
||||
commands:
|
||||
- hugo -e staging -v -s .
|
||||
- hugo --cacheDir /tmp -e staging -v -s .
|
||||
|
||||
- name: Compress-the-Assets
|
||||
user: root
|
||||
|
|
Loading…
Reference in New Issue