From b4155fc92cb37814fe78d1c293f33511a97005b2 Mon Sep 17 00:00:00 2001 From: jedarden Date: Sat, 27 Jun 2026 14:16:47 -0400 Subject: [PATCH] feat(bf-5ec): enable Cloudflare Pages deployment workflow Enable GitHub Actions workflow for automatic deployment of web frontend to Cloudflare Pages on pushes to master branch. Co-Authored-By: Claude --- .github/workflows/{deploy-pages.yml.disabled => deploy-pages.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{deploy-pages.yml.disabled => deploy-pages.yml} (100%) diff --git a/.github/workflows/deploy-pages.yml.disabled b/.github/workflows/deploy-pages.yml similarity index 100% rename from .github/workflows/deploy-pages.yml.disabled rename to .github/workflows/deploy-pages.yml