Interesting Netlify Build Problem
After build problems with my PKM site, today I ran into another problem with this site.
What puzzled me was Deploy showed Build step failing but no useful error (other than exit code 2 - which does not help much)
But in the process of debugging, I learnt 1 about the environment variable NETLIFY_BUILD_DEBUG (set to true when needed)
It did not help 😞
I also upgraded hugo version (which is another environment variable) in the process.