Merge pull request 'Bump `hugo` version to `v0.101.0`.' (#7) from bump-hugo-version into master
Reviewed-on: #7
This commit is contained in:
commit
be87ef6af9
|
@ -23,7 +23,7 @@ steps:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.89.2
|
image: cibuilds/hugo:0.101.0
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e production --minify -v -s .
|
- sudo hugo -e production --minify -v -s .
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ steps:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: hugo
|
- name: hugo
|
||||||
image: cibuilds/hugo:0.89.2
|
image: cibuilds/hugo:0.101.0
|
||||||
commands:
|
commands:
|
||||||
- sudo hugo -e staging --minify -v -s .
|
- sudo hugo -e staging --minify -v -s .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue