Skip to content

Commit 3bf5388

Browse files
dylanreedclaude
andcommitted
fix: bump Hugo version to 0.156.0 for hugo.Data support
Templates use hugo.Data (introduced in 0.156.0) instead of the older site.Data accessor. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1885813 commit 3bf5388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
env:
28-
HUGO_VERSION: 0.141.0
28+
HUGO_VERSION: 0.156.0
2929
steps:
3030
- name: Install Hugo CLI
3131
run: |

0 commit comments

Comments
 (0)