From ed454b9bb1acd39c921809180c30607264630741 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:47:00 +0000 Subject: [PATCH 1/2] Initial plan From 199561b3e784179cafdb89949c6480fd4e219dda Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:50:52 +0000 Subject: [PATCH 2/2] Fix build-and-deploy: skip deploy step when Cloudflare secrets not configured Co-authored-by: benbalter <282759+benbalter@users.noreply.github.com> Agent-Logs-Url: https://github.com/benbalter/benbalter.github.com/sessions/4dd45141-0f93-44f0-9a19-cd4d305a9854 --- .github/workflows/build-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 240dc383c..29c2ff8c1 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -45,6 +45,7 @@ jobs: run: npm run build - name: Deploy to Cloudflare Pages + if: ${{ secrets.CLOUDFLARE_API_TOKEN != '' && secrets.CLOUDFLARE_ACCOUNT_ID != '' }} uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}