fix: CI: use hugo extended version
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-02-13 16:29:17 +05:30
parent 6f3140b85c
commit 35e3ceab3f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set -euo pipefail
readonly PROJECT_ROOT=$(pwd)
readonly TARBALL=hugo.tar.gz
readonly SOURCE="https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_0.110.0_linux-amd64.tar.gz"
readonly SOURCE="https://github.com/gohugoio/hugo/releases/download/v0.110.0/hugo_extended_0.110.0_linux-amd64.tar.gz"
readonly BIN_PATH=tmp/bin
readonly BIN=$BIN_PATH/hugo