Closed HenrikBengtsson closed 1 month ago
The custom domain is lost when the site is rebuilt by GitHub Actions. This is because the CNAME file in the gh-pages branch, is dropped. FWIW, adding back the custom domain manually under https://github.com/RConsortium/rconsortium_website/settings/pages, will effectively create a new CNAME file in that branch. You can see all these delete-add-delete-add-... events in https://github.com/RConsortium/rconsortium_website/commits/gh-pages/CNAME.
CNAME
gh-pages
Fixed, cf. https://github.com/RConsortium/rconsortium_website/commit/118d475c2f533042ca265055650abf55aaa73588.
Issue
The custom domain is lost when the site is rebuilt by GitHub Actions. This is because the
CNAME
file in thegh-pages
branch, is dropped. FWIW, adding back the custom domain manually under https://github.com/RConsortium/rconsortium_website/settings/pages, will effectively create a newCNAME
file in that branch. You can see all these delete-add-delete-add-... events in https://github.com/RConsortium/rconsortium_website/commits/gh-pages/CNAME.Task
CNAME
to the main branch to make the custom domain persistent. (I'll do that next)