This commit is contained in:
@@ -23,7 +23,8 @@ jobs:
|
|||||||
apk add --no-cache wget tar rsync openssh
|
apk add --no-cache wget tar rsync openssh
|
||||||
wget -O sitegen.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_Linux-64bit.tar.gz
|
wget -O sitegen.tar.gz https://github.com/gohugoio/hugo/releases/download/v0.152.2/hugo_extended_0.152.2_Linux-64bit.tar.gz
|
||||||
tar -xzf sitegen.tar.gz
|
tar -xzf sitegen.tar.gz
|
||||||
mv hugo_extended_0.152.2_Linux-64bit/hugo /usr/local/bin/sitegen
|
mv hugo /usr/local/bin/sitegen
|
||||||
|
ls -lah
|
||||||
chmod +x /usr/local/bin/sitegen
|
chmod +x /usr/local/bin/sitegen
|
||||||
/usr/local/bin/sitegen version
|
/usr/local/bin/sitegen version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user