chore: Remove unnecessary command in deploy workflow

This commit is contained in:
Lyric
2024-06-24 18:26:36 +09:00
parent 71bd971810
commit 9f0007242f

View File

@@ -37,6 +37,5 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# deploy entry/index.js to 1000h-entry according to entry/wrangler.toml
command: publish --env production
workingDirectory: "entry"