Skip to content

Commit 67354cb

Browse files
committed
fix: enable on prod builds, not pr-to-prod builds
1 parent 78b0ada commit 67354cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
RUN_LINK_CHECK: true
69-
ENABLE_LAST_MOD_IN_SITEMAP: true
7069

7170
- run: npm run check:worker
7271

.github/workflows/publish-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
name: Build
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
ENABLE_LAST_MOD_IN_SITEMAP: true
3132
- run: npx wrangler deploy
3233
name: Deploy to Cloudflare Workers
3334
env:

0 commit comments

Comments
 (0)