From eab8796f3a97c533b4c6eb7cb23cdaf85963052d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 15 Oct 2021 20:05:24 +0300 Subject: [PATCH] Update create-matrix.js --- scripts/create-matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-matrix.js b/scripts/create-matrix.js index c723904f..7b181a94 100644 --- a/scripts/create-matrix.js +++ b/scripts/create-matrix.js @@ -10,7 +10,7 @@ program const options = program.opts() -file.list('sites/**/*.channels.xml', options.include, options.exclude).then(files => { +file.list('sites/*/*.channels.xml', options.include, options.exclude).then(files => { const matrix = { guide: [] }