Skip to content

build: remove hugo mod get step #479

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sgfost
Copy link
Contributor

@sgfost sgfost commented Aug 14, 2025

hugo mod get is unnecessary and causing problems - it will always update dependencies in go.mod which breaks things. Unnecessary because hugo commands like build and serve will download any modules in go.mod anyways

since it is unecessary and causing problems - it will always cause deps
in go.mod to be updated which breaks things. Hugo commands like build
and serve will download whatever is defined in go.mod anyways
@sgfost sgfost added the OMF site infrastructure cyberinfrastructure for site label Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OMF site infrastructure cyberinfrastructure for site
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant