2

I have a project that I was to archive, which is https://github.com/scriptish/scriptish.github.com

This repo uses Github Pages to generate static content at http://scriptish.github.io/ which I don't want to disappear.

So my question if I archive the Github repo then will the content at http://scriptish.github.io/ remain or vanish?

erikvold
  • 15,988
  • 11
  • 54
  • 98

1 Answers1

3

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

Ben Sheldon
  • 1,085
  • 9
  • 14