Deployment Paths

GitHub Pages gives a project repository one site. This repository uses that one site as a container for multiple static outputs:

Why This Is Better Here

It keeps deployment simple, keeps the comparison together, and avoids pushing the same content to multiple repositories.

Related Pages