From 655618227c8b42ea968ecfba89fc6c035b3811f2 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 12 Oct 2021 21:38:37 +0300 Subject: [PATCH] Update update-codes.js --- scripts/update-codes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-codes.js b/scripts/update-codes.js index 28771be6..4b786afc 100644 --- a/scripts/update-codes.js +++ b/scripts/update-codes.js @@ -8,7 +8,7 @@ const file = require('./file.js') async function main() { console.log('Starting...') - const files = await file.list('.gh-pages/guides/*.xml') + const files = await file.list('.gh-pages/guides/**/*.xml') let codes = {} for (const filename of files) {