bug: Gitlab.com / Hugo default theme is broken #818
-
|
Hey there, it would appear a recent change in the Hugo/Ananke Gitlab pages theme breaks the Gitlab-ci pipeline. This occurs on existing and new Hugo/Ananke gitlab pages projects. I believe this to be critical as Ananke is the default theme for the Gitlab pages Hugo builder. Expected BehaviorGitlab pages pipeline builds normally. While updating a Gitlab pages blog it wouldn't build anymore. Tested with fresh project and it wouldn't build either. Current BehaviorPossible SolutionI guess the theme should be updated to support newer versions of Hugo. Note : while I tried to downgrade the Gitlab pages hugo version, I didn't manage to produce a working build. Steps to Reproduce
The bigger picture (we need context)Hugo Config
$ hugo config --format toml |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
How do you add Ananke to your theme? The error messages point to an old version used. It looks like you add it as module. In that case you need to add |
Beta Was this translation helpful? Give feedback.
-
|
Hello, adding it as V2 doesn't change the error messages. It would seem Hugo is looking for another version : any idea about this version ? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, it did succeded by updating both config.toml and gitlab-ci.yml |
Beta Was this translation helpful? Give feedback.
Thank you, it did succeded by updating both config.toml and gitlab-ci.yml