diff --git a/.drone.yml b/.drone.yml index 35c9e50..bcbbbd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,14 @@ steps: - name: submodules image: archlinux commands: - - pacman -Sy --noconfirm git >/dev/null + - pacman -Sy --noconfirm git git-lfs >/dev/null + - git lfs install - git submodule update --init --recursive + - cd blog + - echo $(pwd) + - git lfs install + - git lfs fetch --all + - git lfs ls-files - name: build image: archlinux