fix: wrangler ci command + remove redundant jobs
Some checks failed
Build & Deploy / build (push) Successful in 13s
Build & Deploy / deploy-to-remote (push) Successful in 12s
Build & Deploy / deploy-to-cloudflare (push) Failing after 22s

This commit is contained in:
CDN 2023-11-15 11:18:41 +08:00
parent 6b6bf4d0b1
commit 2fe0b52fcf
Signed by: CDN18
GPG key ID: CF7D420E4A155266

View file

@ -61,11 +61,11 @@ jobs:
with:
name: public
path: public/
- name: Change directory
run: cd wrangler
- name: Publish to Cloudflare
uses: cloudflare/wrangler-action@2.0.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
workingDirectory: wrangler
command: deploy
env:
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}