We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b0ada commit 67354cbCopy full SHA for 67354cb
.github/workflows/ci.yml
@@ -66,7 +66,6 @@ jobs:
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
RUN_LINK_CHECK: true
69
- ENABLE_LAST_MOD_IN_SITEMAP: true
70
71
- run: npm run check:worker
72
.github/workflows/publish-production.yml
@@ -28,6 +28,7 @@ jobs:
28
name: Build
29
30
31
+ ENABLE_LAST_MOD_IN_SITEMAP: true
32
- run: npx wrangler deploy
33
name: Deploy to Cloudflare Workers
34
0 commit comments