Skip to content

Get the latest version of the shared theme before each build

Phu Nguyen requested to merge phunh/binary-factory-tooling:master into master

Recently a Hugo module has been created to provide a shared theme for Hugo websites. A website that wants to use this theme needs to provide the module's path and version in a go.mod file.

It is usually the case that the website just needs the newest version of the theme. The command added in this MR will update the go.mod file of the website to ensure that the build will use the theme's newest version.

Edited by Phu Nguyen

Merge request reports