Skip to content

Commit 97a3c1c

Browse files
DavidLiedleclaude
andcommitted
Update Hugo version to 0.146.0
The hugo-book theme requires Hugo >= 0.146.0. Update from 0.128.0 to meet the minimum version requirement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8c46e7d commit 97a3c1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
env:
33-
HUGO_VERSION: 0.128.0
33+
HUGO_VERSION: 0.146.0
3434
steps:
3535
- name: Install Hugo CLI
3636
run: |
@@ -53,9 +53,7 @@ jobs:
5353
HUGO_ENVIRONMENT: production
5454
run: |
5555
cd website
56-
hugo \
57-
--minify \
58-
--baseURL "${{ steps.pages.outputs.base_url }}/"
56+
hugo --minify
5957
- name: Upload artifact
6058
uses: actions/upload-pages-artifact@v3
6159
with:

0 commit comments

Comments
 (0)