Change download method of Hugo binary

This commit is contained in:
foo-dogsquared 2019-08-14 20:41:21 +08:00
parent 2df257b07a
commit ca7fcc0d40

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