Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Has been cancelled

This commit is contained in:
2025-10-27 11:37:39 +00:00
parent 52f38c828a
commit 0dc6452df0

View File

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