请问一下 github page 如何固定自定义域名

BlackSnow · 2024-10-8 11:00:20 · 49 次点击
我使用的方案是 hexo + GitHub page 同步到自己的域名

每次 hexo deploy 之后 都需要手动在`page setting` 页面添加一次 my domain

这个有没有固定或者用通过脚本写入 action 中?
举报· 49 次点击
登录 注册 站外分享
1 条回复  
lambdaq 小成 2024-10-8 11:11:31
https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site


add a CNAME file directly to the root of your source branch.
返回顶部