Static GitHub Pages copy of https://ecnomic-world-model.netlify.app/.
index.htmlcontains the full page markup, styles, and the small "Read more" interaction.1.png,2.jpg,3.jpg,4.jpeg,5.webp, and6.jpegare the page images copied from the Netlify site..nojekylltells GitHub Pages to serve the files directly without Jekyll processing..github/workflows/sync-peer.ymlmirrors pushes between the two intended GitHub Pages repositories.
The requested https://ewm.github.io/ address requires the account or organization name ewm and a repository named ewm.github.io. As of July 10, 2026, the GitHub account name ewm is already taken publicly, so the site has moved to the economic-world-model GitHub Pages namespace.
The intended GitHub Pages targets are:
economic-world-model/economic-world-model.github.io, which publishes ashttps://economic-world-model.github.io/.FreedomIntelligence/economic-world-model.github.io, which publishes ashttps://freedomintelligence.github.io/economic-world-model.github.io/.
Create both repositories with main as the default branch and place this same repository content in both. Then configure a repository secret named PEER_DEPLOY_KEY in each repository. The secret must contain the private SSH key whose public key is installed as a write-enabled deploy key on the peer repository.
When a push lands on either repository, the workflow compares the peer main SHA and force-mirrors the exact commit only when the peer is behind or different. The SHA check prevents sync loops after the peer receives the mirrored commit.