Skip to content

ci: fix Hugo module fetch in deploy workflow#19

Merged
viggy28 merged 1 commit into
mainfrom
worktree-website
Apr 17, 2026
Merged

ci: fix Hugo module fetch in deploy workflow#19
viggy28 merged 1 commit into
mainfrom
worktree-website

Conversation

@viggy28

@viggy28 viggy28 commented Apr 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • `hugo mod download` isn't a real subcommand — deploy was failing on that step
  • Swap to `go mod download` which resolves modules at versions pinned in `go.mod`/`go.sum` without upgrading

Test plan

  • Deploy workflow succeeds on merge to main

🤖 Generated with Claude Code

`hugo mod download` doesn't exist — modules are Go modules, so
`go mod download` resolves them at the versions pinned in go.mod/go.sum
without upgrading.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@viggy28
viggy28 merged commit 3d2b2bd into main Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant