From 2b0d966b449df91696b8b5c2f375e6248830230c Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Wed, 16 Dec 2020 21:38:04 -0500 Subject: [PATCH] Force inclusion of web files that start with an '_' --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 80eccb95..f270cc5a 100644 --- a/_config.yml +++ b/_config.yml @@ -5,6 +5,13 @@ # - web/ # - fceux.png # - index.html +include: +- web/help/_translations.js +- web/help/_keywords.json +- web/help/_toc.json +- web/help/taseditor/_translations.json +- web/help/taseditor/_keywords.json +- web/help/taseditor/_toc.json exclude: - attic - fceux-server