site manages repository Pages sites.
Static site hosting is part of repository delivery for docs and project pages.
Use site to inspect, enable, or disable Pages for a repository.
Know the source branch or source path for the site. Pages configuration affects published documentation or project sites, so check the repository's existing publication settings before deleting or recreating it.
gitfleet site get --repo owner/repositorygitfleet site create --repo owner/repository --source main/docsgitfleet site delete --repo owner/repository --yes
GitHub supports Pages site operations. GitLab currently reports this capability as unsupported.
Creating or deleting a site changes publication state. Deleting requires
confirmation or --yes.
Use --json for publication audits.