updates CI to work with latest hugo version

This commit is contained in:
Drew
2025-04-25 11:15:51 -06:00
parent 25febf44a2
commit b33c8f409f
2 changed files with 2 additions and 3 deletions

@ -1,6 +1,6 @@
# Default image for jobs - contains Hugo Extended
image:
name: klakegg/hugo:ext
name: hugomods/hugo:node
entrypoint: [""]
variables:
@ -19,7 +19,6 @@ build_site:
before_script:
- echo "installing NPM packages"
- npm install
# This job uses the default image (klakegg/hugo:ext)
script:
- echo "Starting Hugo build..."
- hugo version

@ -28,7 +28,7 @@ Website design by [Drew Hornbein](https://dhornbein.com)
[module]
[module.hugoVersion]
extended = false
min = "0.112.0"
min = "0.128.0"
[[module.mounts]]
source = "assets"
target = "assets"