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: [] }