Fix CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2022-05-24 00:48:21 +02:00
parent 9db362676b
commit 795681f6cd
1 changed files with 2 additions and 1 deletions

View File

@ -4,11 +4,12 @@ name: build-and-deploy
steps:
- name: build
image: klakegg/hugo:latest
image: klakegg/hugo:alpine
volumes:
- name: data
path: /data
commands:
- apk add --no-cache git
- git submodule init
- git submodule update
- hugo