diff --git a/.drone.yml b/.drone.yml index c42033f..540540f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: pull: if-not-exists image: archlinux commands: - - pacman -S --noconfirm wget tar git + - pacman -Sy --noconfirm wget tar git - wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz - tar xfv hugo.tgz - git submodule init