Bump `hugo` version to `v0.101.0`.
This commit is contained in:
parent
3004d17feb
commit
8884abc894
|
@ -23,7 +23,7 @@ steps:
|
|||
- git submodule update --init --recursive
|
||||
|
||||
- name: hugo
|
||||
image: cibuilds/hugo:0.89.2
|
||||
image: cibuilds/hugo:0.101.0
|
||||
commands:
|
||||
- sudo hugo -e production --minify -v -s .
|
||||
|
||||
|
@ -81,7 +81,7 @@ steps:
|
|||
- git submodule update --init --recursive
|
||||
|
||||
- name: hugo
|
||||
image: cibuilds/hugo:0.89.2
|
||||
image: cibuilds/hugo:0.101.0
|
||||
commands:
|
||||
- sudo hugo -e staging --minify -v -s .
|
||||
|
||||
|
|
Loading…
Reference in New Issue