Update Hugo Version

This commit is contained in:
Alex 2018-11-11 14:41:11 +02:00
parent c69dfe7d55
commit e4dcd4cda6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ sudo: false
install:
- mkdir tools
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- wget -q "https://github.com/gohugoio/hugo/releases/download/v0.51/hugo_0.51_Linux-64bit.tar.gz" -O "tools/hugo.tar.gz"
- tar -xzf tools/hugo.tar.gz -C tools
script: