Skip to content

Commit

Permalink
Update regex range to run from 2023-2029
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEberhardt authored Jan 10, 2024
1 parent 76913d6 commit 8ebf47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-related/compute-embeddings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { markdownToTxt } = require("markdown-to-txt");
const outputPath = './scripts/generate-related/data';
if (!fs.existsSync(outputPath)) fs.mkdirSync(outputPath);

const paths = await glob('./_posts/**/20{[1][3-9],[2][0-3]}-*.{md,markdown,html}').then((paths) => {
const paths = await glob('./_posts/**/20{[1][3-9],[2][0-9]}-*.{md,markdown,html}').then((paths) => {
return paths;
});

Expand Down

0 comments on commit 8ebf47f

Please sign in to comment.