From cb6c9bc48e473649b979f16382d095201a9f736e Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 16 Oct 2025 11:29:20 -0400 Subject: [PATCH 1/2] fix(OpenNext): build blog data (#8228) * fix(OpenNext): only deploy Signed-off-by: Aviv Keller * Update tmp-cloudflare-open-next-deploy.yml Signed-off-by: Aviv Keller * Add build step for open-next site in workflow Signed-off-by: Aviv Keller --------- Signed-off-by: Aviv Keller --- .github/workflows/tmp-cloudflare-open-next-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tmp-cloudflare-open-next-deploy.yml b/.github/workflows/tmp-cloudflare-open-next-deploy.yml index 34bf06dd6b350..5bef31a06d6db 100644 --- a/.github/workflows/tmp-cloudflare-open-next-deploy.yml +++ b/.github/workflows/tmp-cloudflare-open-next-deploy.yml @@ -50,6 +50,10 @@ jobs: - name: Install packages run: pnpm install --frozen-lockfile + - name: Build blog data + working-directory: apps/site + run: node --run build:blog-data + - name: Build open-next site working-directory: apps/site run: node --run cloudflare:build:worker From f7c436ef094921349c2cea8a3d0485b0dbd3e6ca Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 16 Oct 2025 11:30:03 -0400 Subject: [PATCH 2/2] fix(nodesource): remove trailing `/` (#8229) Signed-off-by: Aviv Keller --- apps/site/public/static/partners/constants.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/public/static/partners/constants.json b/apps/site/public/static/partners/constants.json index e866f83a8fa32..d104e990479d9 100644 --- a/apps/site/public/static/partners/constants.json +++ b/apps/site/public/static/partners/constants.json @@ -37,7 +37,7 @@ { "id": "NODESOURCE", "name": "NodeSource", - "href": "https://nodesource.com/", + "href": "https://nodesource.com", "weight": 3, "categories": ["security", "esp", "release"] }