Bump `hugo` version.

This commit is contained in:
Kazuhiro MUSASHI 2021-05-02 13:53:26 +09:00 committed by Gitea
parent a45efcac27
commit 1febb9fff9
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ steps:
- grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"
- name: hugo
image: cibuilds/hugo:0.69.0
image: cibuilds/hugo:0.83.0
commands:
- sudo hugo -e production --minify -v -s .
@ -63,7 +63,7 @@ steps:
- grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"
- name: hugo
image: cibuilds/hugo:0.69.0
image: cibuilds/hugo:0.83.0
commands:
- sudo hugo -e staging --minify -v -s .