Bump hugo version to v0.101.0.

This commit is contained in:
Kazuhiro MUSASHI 2022-08-20 21:48:43 +09:00
parent 3004d17feb
commit 8884abc894

View File

@ -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 .