From 24b33d6f415425070bc76f6edffa609985a2607f Mon Sep 17 00:00:00 2001 From: krobbi <70552146+krobbi@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:58:47 +0100 Subject: [PATCH] Update Hugo to version 0.136.0 --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4613296..8856654 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -30,7 +30,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.127.0 + HUGO_VERSION: 0.136.0 steps: - name: Install Hugo run: | @@ -54,6 +54,7 @@ jobs: # run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Generate site with Hugo env: + HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache HUGO_ENVIRONMENT: production HUGO_ENV: production TZ: America/Los_Angeles