I set up my fastpages blog to a custom domain. With each commit of a markdown post, the custom url is removed from the Settings page of the repository. I suspect this is caused by the Github Action. Has anyone else had this issue, or a suggestion to resolve it?
No, nothing should be going near your settings.ini afaict. It’s literally just the .MD in the commit?
Yep, just a simple change in a .MD file seems to knock out he custom domain field in the Settings page with each commit. I was speculating that the CI Action might be causing it as a side effect.
I think you’re probably correct. Link to the repo?
Still a work in progress.
Your _config.yml hasn’t changed in 11 days and I can get at your blog from http://ericbaumel.com
Where is it disappearing from exactly??
I just deleted 2020-01-14-test-markdown-post.md and now ericbaumel.com just shows the GitHub 404 error page.
I think you need the baseurl back in there. I need that it mine without a custom domain… What you do have at https://ebaumel.github.io/ericbaumel/ looks broken and the links to posts from the homepage don’t have /ericbaumel/ in them so they’re all broken.
Joe,
I realized I did not have the CNAME file in the root of the repository. Works fine now.
Thanks for all your help!
I see, didn’t realise that was a requirement, apparently it’s a gh pages thing…