ci(config): add Cloudflare Pages deployment via Gitea Actions
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 51s

Adds wrangler.json for static output config and a Gitea Actions
workflow that builds with Bun and deploys to Cloudflare Pages on
pushes to main. Also disables subject-case rule in commitlint.
This commit is contained in:
Sanil Chawla
2026-02-11 23:36:15 -08:00
parent e88a3dfd52
commit c38123b595

View File

@@ -21,7 +21,7 @@ export default {
], ],
"scope-enum": [1, "always", ["page", "style", "config", "deps"]], "scope-enum": [1, "always", ["page", "style", "config", "deps"]],
"scope-empty": [1, "never"], "scope-empty": [1, "never"],
"subject-case": [2, "always", "lower-case"], "subject-case": [0],
"subject-empty": [2, "never"], "subject-empty": [2, "never"],
"subject-full-stop": [2, "never", "."], "subject-full-stop": [2, "never", "."],
"body-leading-blank": [2, "always"], "body-leading-blank": [2, "always"],