This commit is contained in:
@@ -19,9 +19,10 @@ jobs:
|
||||
|
||||
- name: Install Hugo Extended
|
||||
run: |
|
||||
set -e
|
||||
apk add --no-cache wget tar rsync openssh
|
||||
wget https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_Linux-64bit.tar.gz
|
||||
tar -xzf hugo_extended_0.152.2_Linux-64bit.tar.gz
|
||||
wget -O hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_Linux-64bit.tar.gz
|
||||
tar -xzf hugo.tar.gz
|
||||
mv hugo /usr/local/bin/hugo
|
||||
hugo version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user