I’m using Docusaurus / Travis CI to build my docs and I’m trying to have them hosted on a custom domain - phpseclib.com. The way I have it setup right now Travis CI initiates a build every time I do a commit BUT the custom domain gets wiped out every time this happens. I can duplicate the issue by manually initiated builds myself.
It happens regardless of what the repo name is. I’ve tried phpseclib.github.io as the repo name and phpseclib.com (to match the custom domain) as the repo name. In both cases the custom domain gets wiped. When the repo name is phpseclib.github.io the site gets published to https://phpseclib.github.io/ and when the repo name is phpseclib.com the site gets published to https://phpseclib.github.io/phpseclib.com/ .
Am I just going to have to remember to always re-add the custom domain every time I make a commit to my build branch?
(also, I see that there are two Deployment categories on travis-ci.community - Deployment and Deployment v2 - idk which one I’m using…)