From b33c8f409f391a5972ea4b27b63f6ae753ccb9bf Mon Sep 17 00:00:00 2001 From: Drew Date: Fri, 25 Apr 2025 11:15:51 -0600 Subject: [PATCH] updates CI to work with latest hugo version --- .gitlab-ci.yml | 3 +-- config.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3a7028..405ef2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/config.toml b/config.toml index daba9f5..c337624 100644 --- a/config.toml +++ b/config.toml @@ -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"