Can't deploy Hexo blog to Github in Cloud9 -


i set hexo blog in cloud9. can generate well, nothing works when deploy github. doesn't return error information, nothing has been pushed github. don't know do.

terminal info

... info  generated: css/fonts/fontawesome-webfont.woff info  generated: css/fonts/fontawesome-webfont.ttf info  generated: css/fonts/fontawesome-webfont.svg info  generated: css/fonts/fontawesome-webfont.eot info  generated: css/fonts/fontawesome.otf info  28 files generated in 71 ms younglaker@hexo-blog:~/workspace/hexo-theme-leo (gh-pages) $ hexo d younglaker@hexo-blog:~/workspace/hexo-theme-leo (gh-pages) $  

make sure you've configured "_config.yml" file this:

deploy:    type: git   repository: https://github.com/xxxx/xxxx.github.io.git   branch: master 

or if using ssh key:

deploy:   type: git   repo: git@github.com:xxxx/xxxx.github.io.git   branch: master 

the repository github project build now,and attention format.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -