From ab8decae6cfafc87040ffec0d387cc9e403756dc Mon Sep 17 00:00:00 2001 From: Alex Whan Date: Wed, 6 Feb 2019 16:26:04 +1100 Subject: [PATCH] lesson_check.py: remove _config.yml from the list of required files Pull Request: carpentries/styles#388 --- bin/lesson_check.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/lesson_check.py b/bin/lesson_check.py index 78d78b2..84c28f3 100755 --- a/bin/lesson_check.py +++ b/bin/lesson_check.py @@ -35,7 +35,6 @@ REQUIRED_FILES = { '%/README.md': False, '%/_extras/discuss.md': True, '%/_extras/guide.md': True, - '%/_config.yml': True, '%/index.md': True, '%/reference.md': True, '%/setup.md': True, -- 2.30.2