From ce253588626fb63ecd4c82e16692a6ec6c0f1d84 Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:08:52 +0100 Subject: [PATCH] Update hugo.yml --- .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 646a13f..4a5252e 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -23,7 +23,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: v0.139.4 + #HUGO_VERSION: v0.139.4 steps: - name: Get Latest Hugo Version if: ${{ env.HUGO_VERSION == '' }}