Add LFS pull
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2024-08-07 00:16:42 +02:00
parent 76f6cba011
commit 97e72ddafa

View File

@ -2,6 +2,11 @@ kind: pipeline
name: default name: default
steps: steps:
- name: git-lfs
image: alpine/git
commands:
- git lfs install
- git lfs pull
- name: build - name: build
image: pimvanpelt/drone-hugo:release-0.130.0 image: pimvanpelt/drone-hugo:release-0.130.0
settings: settings: