Skip to content

Commit

Permalink
Merge pull request hlxsites#1247 from hlxsites/revert-1234-ue-news-mi…
Browse files Browse the repository at this point in the history
…gration

Revert "[UE] migrate News pages"
  • Loading branch information
davenichols-DHLS authored Aug 2, 2024
2 parents 4dc948f + f640fe3 commit 7a3673e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/actions/convert/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ function skipConverter(path) {
if (!path) return false;
if (path.includes('-jck1')) return true;
if (path.includes('/en-new')) return true;
if (path.includes('/us/en/blog/')) return true;
if (path.includes('/us/en/news/')) return true;
// if (path.includes('/us/en/blog/')) return true;
// if (path.includes('/us/en/news/')) return true;
// skip the converter for pages like **/products/*/topics/**
const regex = /\/[^/]+\/[^/]+\/products\/[^/]+\/topics-jck1\/[^/]+/;
return regex.test(path);
Expand Down

0 comments on commit 7a3673e

Please sign in to comment.