diff --git a/.drone.yml b/.drone.yml index 1a57668..284e409 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: default steps: + - name: git-lfs + image: alpine/git + commands: + - git lfs install + - git lfs pull - name: build image: pimvanpelt/drone-hugo:release-0.130.0 settings: