我最近正在使用 Hexo 框架开发我的个人博客,但是我在将我的 Web 内容推送到 Github Page Service 以托管我的 Web 应用程序时遇到了问题。我为我的网站购买了一个域名。我在这里遵循 Hexo 部署说明,但它不起作用。这是我的 configure_yml 文件的部署部分的代码。谢谢你的帮助!
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: https://github.com/ZhackerZ/ZhackerZ.github.io.git
branch: master