updates CI to work with latest hugo version
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user