mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Fix unpack path of hugo
This commit is contained in:
parent
e4325a4a1f
commit
a17d187fbd
@ -1,11 +1,10 @@
|
||||
sudo: false
|
||||
|
||||
install:
|
||||
- curl -L https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz |
|
||||
tar xzvf -
|
||||
- curl -L https://github.com/gohugoio/hugo/releases/download/v0.40.3/hugo_0.40.3_Linux-64bit.tar.gz | tar xzvf -
|
||||
|
||||
script:
|
||||
- ./hugo_0.40.3_Linux-64bit/hugo
|
||||
- ./hugo
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
|
Loading…
Reference in New Issue
Block a user