mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
Change download method of Hugo binary
This commit is contained in:
parent
2df257b07a
commit
ca7fcc0d40
@ -5,7 +5,7 @@ dist: bionic
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install ruby
|
- 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
|
- sudo dpkg -i hugo_0.57.0_Linux-64bit.deb
|
||||||
script:
|
script:
|
||||||
- asciidoctor --version
|
- asciidoctor --version
|
||||||
|
Loading…
Reference in New Issue
Block a user