Skip to content

Commit 97ed380

Browse files
authored
feat: publish html files as artifact (cloudflare#26606)
This artifact will be used by later by external processes.
1 parent b0cd8f3 commit 97ed380

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-production.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
ENABLE_LAST_MOD_IN_SITEMAP: true
32+
- uses: actions/upload-artifact@v4
33+
continue-on-error: true
34+
with:
35+
name: site-html
36+
path: dist
3237
- run: npx wrangler deploy
3338
name: Deploy to Cloudflare Workers
3439
env:

0 commit comments

Comments
 (0)