Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Github 页面来托管我的 jekyll 网站,我想知道我的部署工作流程是否有更好的解决方案。
目前我构建了站点,然后我删除了 git repo 文件夹中除 .git 之外的所有内容,然后将 _site/ 中的所有内容复制到 repo 中,提交并推送。
有没有办法让 jekyll 将站点直接构建到 git repo 中而无需擦除 .git 文件夹?
我一直在谷歌上搜索它并看到了同步技术等等,但希望有一种更简单的方法来做到这一点。
只需将您的 Jekyll 站点放入您的页面仓库即可。GitHub 会检测到您正在使用 Jekyll 并自动为您生成站点。