celo-org / celo-blockchain

Official repository for the golang Celo Blockchain
https://celo.org
GNU Lesser General Public License v3.0
560 stars 198 forks source link

Move gh pages publishing out of celo-blockchain #2246

Open piersy opened 8 months ago

piersy commented 8 months ago

Currently we publish a fork diff page between celo and ethereum and we publish it in the celo-blockchain repo. The problem is that the page is huge, about 36MB and each update pretty much entirely replaces it.

The workflow currently handling this can be found here - https://github.com/celo-org/celo-blockchain/blob/master/.github/workflows/pages.yaml