Using pre- and post-commit hooks will work around that issue. I have local replacements running and push only by using a release script that removes and re-adds those replacements around the publishing process.
Thanks again for the help, ill give that a go
I seemed to have more luck by using the following format for updading repositories with no go format versions (v1.0.0):
hugo mod get -u github.com/FortAwesome/Font-Awesome@d79d85c
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.