Update .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2022-06-14 14:33:51 +02:00
parent 1529cb07aa
commit 9ad76431da
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
image: klakegg/hugo:alpine
commands:
- apk add --no-cache git
- git submodule update --init --single-branch --recursive
- git submodule update --init --single-branch --depth=1
- hugo
- name: deploy