Runtime.txt does not work if base directory is not root

This is how I fixed the issue.

  1. I kept base directory root
  2. In the build command I added cd i.e. cd documentation && make publish-netlify
  3. I set the publish folder to ./documentation/output

It fixed the issue.