Updae Hugo built-in project template
What does this MR do and why?
In pages/hugo!164 (merged), we fixed an issue with the Hugo Pages site. However, this fix was not ported to the GitLab built-in project template and anyone using it has a broken CI/CD experience.
The tar file was created using the gitlab:update_project_template
raketask.
How to set up and validate locally
- Check out this branch.
- Fire up GDK.
- Set up a Runner in Docker mode.
- Create a new project and select Create from template.
- Select Pages/Hugo.
- Run a pipeline and verify that the site is built (no need to deploy to Pages).
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.