.drone.yml: Use hugo-ext image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
We need git for modified dates on posts. See: https://github.com/klakegg/docker-hugo
This commit is contained in:
parent
9f4c7fbad5
commit
0616000814
@ -6,9 +6,9 @@ steps:
|
|||||||
- name: submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --recursive --remote
|
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo
|
image: klakegg/hugo:ext-alpine
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user