diff --git a/.drone.yml b/.drone.yml index 22a8f59..486e0d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: debian:buster-slim commands: - apt-get update; apt-get upgrade -y - - apt-get install -y wget + - apt-get install -y wget git - wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_0.80.0_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb - hugo --destination _site/