Github 页面无法使用 hexo?

Github Page not working with hexo?

我最近正在使用 Hexo 框架开发我的个人博客,但是我无法将我的 Web 内容推送到 Github 页面服务来托管我的 Web 应用程序。我为我的网站购买域名。我正在按照 Hexo 部署说明 here 进行操作,但它不起作用。这是我的 configure_yml 文件的部署部分代码。感谢您的帮助!

# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
  type: git
  repo: https://github.com/ZhackerZ/ZhackerZ.github.io.git
  branch: master

如果您已经将 DNS 指向 github 页面 (documentation),则必须等待 DNS 复制。

Your DNS changes can take over a full day to update and the wait varies among DNS and hosting providers.

目前您的域仍指向 goddady。

$: dig www.zhackerz.com
;; ANSWER SECTION:
www.zhackerz.com.   3371    IN  CNAME   zhackerz.com.
zhackerz.com.       371 IN  A   50.63.202.39

$: dig zhackerz.com
;; ANSWER SECTION:
zhackerz.com.       349 IN  A   50.63.202.39