Hexo deploy successfully and the blog works on localhost but 404 on github page
I am using hexo to build my own blog.After run hexo d,my github repo did not trigger any deploy and I visited yasuoskywalker.github.io and met 404 page.
However,My blog can be visited in localhost by running hexo s.
How Can I fix this problem?
my comfig.yml:
deploy:
- type: git
repo: [email protected]:YasuoSkywalker/YasuoSkywalker.github.io.git
branch: master
my github repo:YasuoSkywalker.github.io
Yasuo Skywalker is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1