Skip to content

Commit

Permalink
Remove “Product update: April 2023”
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBailaAndrade committed Jan 8, 2024
1 parent 8260b75 commit 11777d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
10 changes: 0 additions & 10 deletions _data/announcements/product-update-april-2023.yml

This file was deleted.

13 changes: 8 additions & 5 deletions workspaces/cms-scripts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,14 @@ for (const data of roadmapPosts.filenameMap.values()) {
);
}

for (const data of announcements.filenameMap.values()) {
await write(
`public/data/announcements/${data.locale}/${data.slug}.json`,
data
);

if (announcements.filenameMap.size > 0) {
for (const data of announcements.filenameMap.values()) {
await write(
`public/data/announcements/${data.locale}/${data.slug}.json`,
data
);
}
}

for (const locale of locales) {
Expand Down

0 comments on commit 11777d7

Please sign in to comment.