If you archive a github pages repo will the content at github.io persist?

Viewed 158
1 Answers

When a Github repository is archived, the Github Pages will remain. I tried this experimentally, and the Settings for Github Pages says:

This repository has been archived. The associated GitHub Pages site remains published but settings are read-only.

Screenshot of Settings for Github Pages

Related