From 1f928495d4bcc94ba9899721514e3f8c2fdd5a7d Mon Sep 17 00:00:00 2001 From: Christian Mahnke Date: Mon, 12 Aug 2024 19:05:55 +0200 Subject: [PATCH] Updated Hugo --- .github/workflows/gh-pages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 21f3c0e84..64828174b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,6 +12,9 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +env: + HUGO_VERSION: 0.132.0 + jobs: deploy: runs-on: ubuntu-22.04 @@ -107,7 +110,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3.0.0 with: - hugo-version: '0.131.0' + hugo-version: ${{ env.HUGO_VERSION }} extended: true - name: Generate stats