Hello,
I am very new to CI and Hugo and am trying to step up CI from my Hugo project to CircleCI but I am getting the following error:
#!/bin/bash -eo pipefail
HUGO_ENV=production hugo -v -s public/
Error: Unable to locate Config file. Perhaps you need to create a new site.
Run `hugo help new` for details.
Exited with code 255
What is puzzling me this that the Configuration in Circle.ci is not reflecting the most current push to GitHub. So it is building an older version!
Would anyone like to offer any help? I would really appreciate it.