diff --git a/.github/workflows/deploy-cloudflare.yml b/.github/workflows/deploy-cloudflare.yml index 1c3956a0..357f476e 100644 --- a/.github/workflows/deploy-cloudflare.yml +++ b/.github/workflows/deploy-cloudflare.yml @@ -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