Replies: 1 comment
-
I figure it out! I just specified a more later updated version of GO in the build config
I suggest updating installation docs as seems like building the site requires a version of go >1.12: https://jpanther.github.io/congo/docs/installation/#install-using-hugo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to migrate themes from academic to congo. I am using R / blogdown mainly to develop the site and content. So far I am able to get the site up and running locally, both through blogdown::build/serve but also through calling
hugo server
as described in the congo docs.I am trying to set up production and deploy previews with netlify. But I keep encountering a build error despite trying different options in the configuration parameters.
I tried following exactly what is described in the congo docs on hosting on netlify exactly, but still encounter this build error.
The error seems to indicate that
go
is being called during the build process with the flag-modcacherw
, I'm not familiar withgo
but a quick google search does not return any seemingly relevant information.I see that in netlify logs that go version 1.12 is being installed, which from congo installation docs describe as meeting the minimum version requirement.
I am now at a loss of what to try next, any assistance here would be greatly appreciated!
Here are logs and other related information:
deploy error during build:
See full deploy log + details:
https://app.netlify.com/sites/wvictor14/deploys/664ed22ea00f8da8da70695e
netlify build settings:
module.toml
netlify.toml
github repo - deploy preview branch wvictor14/wvictor14.github.io#5
Beta Was this translation helpful? Give feedback.
All reactions