Update '.drone.yml'

This commit is contained in:
valberg 2020-05-29 20:52:31 +00:00
parent 933e08b442
commit 7db71cf5dc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
commands: commands:
- apt-get update; apt-get upgrade - apt-get update; apt-get upgrade
- apt-get install -y wget - 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 - dpkg -i hugo.deb
- hugo --destination _site/ - hugo --destination _site/