From dfd1f982a099167ac3ef71aadbd6d06bbe6ef494 Mon Sep 17 00:00:00 2001 From: Faiq Naufal <43695578+faiq-naufal@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:59:12 +0700 Subject: [PATCH] fix: change hugo version --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 3a3097ca..4fdf6297 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -30,7 +30,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.128.0 + HUGO_VERSION: 0.111.3 NODE_VERSION: 20 _HUGO_APP_CANONICAL_ORIGIN: https://inlive.app _HUGO_APP_ENV: production