From a57b19ac13f3c2443d353083edf1720f6c218886 Mon Sep 17 00:00:00 2001 From: Yanir Seroussi Date: Mon, 13 May 2024 11:05:12 +1000 Subject: [PATCH] Bump Hugo version to 0.125.7 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f0a7ee7e5..af4ebfb72 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: - name: Install Hugo env: - HUGO_VERSION: 0.125.6 + HUGO_VERSION: 0.125.7 run: | wget -q -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ && sudo dpkg -i ${{ runner.temp }}/hugo.deb