From f6bc1d140ed062b2b288589ebe00e4825228fed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= <3012076+fzipi@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:26:06 -0300 Subject: [PATCH] chore: update hugo version in gh-pages.yml --- .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 de948a6..bef3cef 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -36,7 +36,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.123.0 + HUGO_VERSION: 0.123.8 steps: - name: Install Hugo CLI run: |