mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Change download method of Hugo binary
I should've done this way earlier... :(
This commit is contained in:
commit
f49e77cf5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user