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

View File

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

View File

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