Update .gitea/workflows/deploy.yaml
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user