diff --git a/.drone.yml b/.drone.yml index bcbbbd6..a044c33 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: submodules image: archlinux commands: - - pacman -Sy --noconfirm git git-lfs >/dev/null + - pacman -Syu --noconfirm git git-lfs >/dev/null - git lfs install - git submodule update --init --recursive - cd blog