Change download method of Hugo binary

I should've done this way earlier... :(
This commit is contained in:
Gabriel Arazas 2019-08-14 20:47:09 +08:00 committed by GitHub
commit f49e77cf5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ dist: bionic
before_install:
- sudo apt-get update
- sudo apt-get install ruby
- curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb
- wget https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb
- sudo dpkg -i hugo_0.57.0_Linux-64bit.deb
script:
- asciidoctor --version