mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Try Hugo installation with curl
This commit is contained in:
parent
cfd5bef157
commit
f2ef30e9b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user