Support hugo version 0.69.

This commit is contained in:
Kazuhiro MUSASHI 2020-04-18 17:32:54 +08:00
parent de30e25783
commit f97582225b
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.64.1
image: cibuilds/hugo:0.69.0
commands:
- sudo hugo -e production -v -s .
@ -64,7 +64,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.64.1
image: cibuilds/hugo:0.69.0
commands:
- sudo hugo -e staging -v -s .