Skip to content

Commit 7cc947a

Browse files
dsp-antclaude
andcommitted
Fix Hugo deployment in CI
- Update Hugo version from 0.134.3 to 0.148.0 to meet PaperMod theme requirements - Add missing google_analytics.html partial to prevent template errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent a3802fa commit 7cc947a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy-blog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
env:
25-
HUGO_VERSION: 0.134.3
25+
HUGO_VERSION: 0.148.0
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{{- /*
2+
Google Analytics partial - empty for now
3+
This prevents the theme from failing when looking for this partial
4+
*/ -}}

0 commit comments

Comments
 (0)