Implement fixes for refreshed template system for Hugo v0.146.0+ (#1726)

This commit is contained in:
Jake Bailey
2025-04-19 23:16:23 -07:00
committed by GitHub
parent 149f12cea7
commit 7cf752f864
8 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@ on:
hugoVersion:
description: "Hugo Version"
required: false
default: "0.125.7"
default: "0.146.0"
# Allow one concurrent deployment
concurrency:
@ -38,7 +38,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.125.7' }}
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.146.0' }}
steps:
- name: Install Hugo CLI
run: |