Use correct version of hugo.
This commit is contained in:
parent
7823b60f12
commit
9299abf27c
@ -2,7 +2,7 @@
|
||||
set -Eeuo pipefail
|
||||
|
||||
if [[ ! -f hugo/hugo ]]; then
|
||||
curl -L https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_0.110.0_linux-arm64.tar.gz | tar -xvz -C hugo/
|
||||
curl -L https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_linux-amd64.tar.gz | tar -xvz -C hugo/
|
||||
fi
|
||||
export PATH="$(pwd)/hugo:$PATH"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user