From e3457976828e4c3cb2b9e057939527e2bc9bfbac Mon Sep 17 00:00:00 2001 From: "ryan.mcgee" Date: Thu, 5 Mar 2026 15:20:41 -0600 Subject: [PATCH] fix --- .gitea/workflows/deploy-to-cloudflare.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-to-cloudflare.yaml b/.gitea/workflows/deploy-to-cloudflare.yaml index 6f62664..1d244b8 100644 --- a/.gitea/workflows/deploy-to-cloudflare.yaml +++ b/.gitea/workflows/deploy-to-cloudflare.yaml @@ -20,7 +20,7 @@ jobs: # run: | # ./zola build - name: Deploy - uses: cloudflare/wrangler-action@v4.70.0 + uses: cloudflare/wrangler-action@v3.14.1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} # accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}