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