Update GitHub Actions workflow to use Hugo v0.151.0

This commit is contained in:
Jeremy Vyska 2025-10-10 12:50:12 +02:00
parent 18938a0e88
commit 9794f220a3

View file

@ -31,7 +31,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HUGO_VERSION: 0.133.1 HUGO_VERSION: 0.151.0
steps: steps:
- name: Install Hugo CLI - name: Install Hugo CLI
run: | run: |