Deploy To Github Pages Posted on 2018-05-03 | Edited on 2018-05-15 | In hexo Update _config.yml1234deploy: type: git repo: git@github.com:xxx/xxx.github.io.git branch: master Deploy123npm install hexo-deployer-git --savehexo generatehexo deploy And that’s all! Better practice:Make a branch for the blog source code, and let the deploy process update the master branch.