Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 1m1s

This commit is contained in:
2025-10-27 10:47:05 +00:00
parent 01253e1dde
commit 52f38c828a

View File

@@ -31,7 +31,7 @@ jobs:
run: npm install -g wrangler
- name: Authenticate with Cloudflare
run: wrangler auth login --api-token ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: wrangler login --api-token ${{ secrets.CLOUDFLARE_API_TOKEN }}
- name: Deploy to Pages
run: wrangler pages deploy site --project-name test --branch master