Use `hugo` version 0.89.2.

This commit is contained in:
Kazuhiro MUSASHI 2021-11-14 22:17:34 +09:00 committed by Gitea
parent 3b1e33b04a
commit bac3b5e632
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ steps:
- find static/ogp/ -type f -name '*.png' | xargs --no-run-if-empty rm - find static/ogp/ -type f -name '*.png' | xargs --no-run-if-empty rm
- name: hugo - name: hugo
image: cibuilds/hugo:0.83.0 image: cibuilds/hugo:0.89.2
commands: commands:
- sudo hugo -e production --minify -v -s . - sudo hugo -e production --minify -v -s .
@ -73,7 +73,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" - 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 - name: hugo
image: cibuilds/hugo:0.83.0 image: cibuilds/hugo:0.89.2
commands: commands:
- sudo hugo -e staging --minify -v -s . - sudo hugo -e staging --minify -v -s .