Use Hugo extended edition
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2022-07-09 22:10:17 +02:00
parent 5911f336da
commit b7f2bad9ed
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ name: default
steps:
- name: build
image: klakegg/hugo:ci
image: klakegg/hugo:ext-alpine-ci
when:
branch:
- live
- name: build-staging
image: klakegg/hugo:ci
image: klakegg/hugo:ext-alpine-ci
commands:
- hugo --baseURL="https://staging.www.iger.events/"
when: