.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
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --recursive --remote
|
||||
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
||||
- name: build
|
||||
image: klakegg/hugo
|
||||
image: klakegg/hugo:ext-alpine
|
||||
commands:
|
||||
- hugo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user