diff --git a/aio/tools/transforms/authors-package/index.js b/aio/tools/transforms/authors-package/index.js index 31a5b89a7d..6fe25eb86b 100644 --- a/aio/tools/transforms/authors-package/index.js +++ b/aio/tools/transforms/authors-package/index.js @@ -8,7 +8,7 @@ /* eslint no-console: "off" */ function createPackage(changedFile) { - const marketingMatch = /^aio\/content\/marketing\/(.*)/.exec(changedFile); + const marketingMatch = /^aio\/content\/(?:marketing\/|navigation\.json)/.exec(changedFile); if (marketingMatch) { console.log('Building marketing docs'); return require('./marketing-package').createPackage();