Skip to content

Commit 973c14d

Browse files
ericyangpanclaude
andcommitted
ci(workflow): simplify Cloudflare Pages deploy command by removing empty env flag
Removed the --env "" flag from the versions upload command as it's unnecessary. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c3b6e73 commit 973c14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
118118
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
119-
command: versions upload --env "" --preview-alias ${{ steps.preview_meta.outputs.preview_alias }}
119+
command: versions upload --preview-alias ${{ steps.preview_meta.outputs.preview_alias }}
120120

121121
- name: Comment Preview URL
122122
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)