My page path is: root/content/my-page.html
In the page I have:
{{< ref "content/my-page.html" >}}
This outputs: http://localhost:1313/my-page/ as expected when in dev mode. It also works if I run Hugo locally to build, outputting https://mybaseurl.com/my-page/
However when I build on Circle Ci its throwing an error:
ERROR [en] REF_NOT_FOUND: Ref "content/my-page.html": "/home/circleci/project/root/content/my-page.html:183:22": page not found
Could this be a Hugo version error, my local version is:
Hugo Static Site Generator v0.72.0/extended darwin/amd64 BuildDate: unknown
My Circle Ci version is:
Hugo Static Site Generator v0.59.1-D5DAB232 linux/amd64 BuildDate: 2019-10-31T15:21:02Z