Change deploy command to use 'pnpm run deploy'

部署命令失败

Signed-off-by: AncientTree <thexecutioner@163.com>
This commit is contained in:
AncientTree
2026-07-02 00:52:59 -04:00
committed by Jasper Van
parent 964e25329e
commit 2608441fca
+1 -1
View File
@@ -204,4 +204,4 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# Keep post-deploy hooks inside the repository deploy command so
# GitHub Actions and Cloudflare Workers Builds can share the same path.
run: pnpm deploy
run: pnpm run deploy