Try Hugo installation with curl

This commit is contained in:
foo-dogsquared 2019-08-14 19:58:19 +08:00
parent cfd5bef157
commit f2ef30e9b7

View File

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