Run this ``` grep -L listing $(find . -type f -name 'index.md') ``` And then abort build if "index.md" file is _missing_ from a level. --- This change would be done in Makefile
Run this
And then abort build if "index.md" file is missing from a level.
This change would be done in Makefile