Bump `hugo` version to `0.106`.
This commit is contained in:
parent
6f18d29a49
commit
902a141fd6
|
@ -23,7 +23,7 @@ steps:
|
|||
- git submodule update --init --recursive
|
||||
|
||||
- name: hugo
|
||||
image: cibuilds/hugo:0.101.0
|
||||
image: cibuilds/hugo:0.106
|
||||
commands:
|
||||
- sudo hugo -e production --minify -v -s .
|
||||
|
||||
|
@ -81,7 +81,7 @@ steps:
|
|||
- git submodule update --init --recursive
|
||||
|
||||
- name: hugo
|
||||
image: cibuilds/hugo:0.101.0
|
||||
image: cibuilds/hugo:0.106
|
||||
commands:
|
||||
- sudo hugo -e staging --minify -v -s .
|
||||
|
||||
|
|
Loading…
Reference in New Issue