From 7db71cf5dc42713c2de00ae4a690a5fbf72a77f3 Mon Sep 17 00:00:00 2001 From: valberg Date: Fri, 29 May 2020 20:52:31 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 812e3be..4cadbc9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - apt-get update; apt-get upgrade - apt-get install -y wget - - wget https://github.com/gohugoio/hugo/releases/download/v0.69.2/hugo_0.69.2_Linux-64bit.deb -O hugo.deb + - wget https://github.com/gohugoio/hugo/releases/download/v0.69.2/hugo_extended_0.69.2_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb - hugo --destination _site/