This commit is contained in:
parent
600288e13a
commit
a57fbca9c7
@ -19,5 +19,6 @@ steps:
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu --noconfirm wget tar
|
- pacman -Syu --noconfirm wget tar
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz | tar xfv -
|
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz
|
||||||
|
- tar xfv hugo.tgz
|
||||||
- ./hugo --gc=true
|
- ./hugo --gc=true
|
||||||
|
Loading…
Reference in New Issue
Block a user