From 35e3ceab3fe1582e3306bc2222079d688ff3b945 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 13 Feb 2023 16:29:17 +0530 Subject: [PATCH] fix: CI: use hugo extended version --- scripts/hugo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hugo.sh b/scripts/hugo.sh index a1ad2aa..73ca418 100755 --- a/scripts/hugo.sh +++ b/scripts/hugo.sh @@ -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