From 087d0c0a75d318b23c4481e8c119935c4f662954 Mon Sep 17 00:00:00 2001 From: Dmitrii Aleksandrov Date: Thu, 19 Dec 2024 22:56:49 +0400 Subject: [PATCH] Build with the same Hugo version as I use locally --- .github/workflows/hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 5e57fe3..4bc588a 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -33,8 +33,8 @@ jobs: build: runs-on: ubuntu-latest env: - # The same a I have locally in Ubuntu repos. - HUGO_VERSION: 0.123.7 + # The same as I have locally (from a non-LTS Ubuntu repo). + HUGO_VERSION: 0.129 steps: - name: Install Hugo CLI run: |