Is there a way to remove a linked git repo from pages?

I want to completely manage CI/CD manually via Github Actions instead of relying on Pages's built-in CI/CD
1 Reply
Chaika
Chaika7mo ago
not without recreating the pages project, but you could just modify your build config to not watch any pathes/exclude everything, and you can direct upload via wrangler to a github connected project

Did you find this page helpful?