I’m using Hugo, Render, and GitHub and getting this error in Render on deploy when using AsciiDoc content:
…
==> Running build command ‘hugo --gc --minify’…
hugo: downloading modules …
hugo: collected modules in 5138 ms
Start building sites …
hugo v0.95.0-9F2E76AF+extended linux/amd64 BuildDate=2022-03-16T14:20:19Z VendorInfo=gohugoio
ERROR 2022/05/14 21:36:46 asciidoctor not found in $PATH: Please install.
Leaving AsciiDoc content unrendered.
Error: Error building site: logged 1 error(s)
Total in 5236 ms
==> Build failed
It looks like Render’s environment doesn’t have asciidoctor installed. Is it possible to install this?
Or is there another way to display AsciiDoc content with Render and Hugo?
(This website was deploying successfully prior to adding the asciidoc content.
It also works locally with asciidoc, as I have asciidoctor installed there.)
Thanks for the help.