jacman icon indicating copy to clipboard operation
jacman copied to clipboard

hero deploy 部署错误

Open ghost opened this issue 8 years ago • 3 comments

当我使用hexo g生成好博客文件,然后使用hexo d进行部署的时候,却把master部署到了gh-pages上。 我的配置如下

deploy:
  type: git
  repo: [email protected]:ming15/blog-website.git
  branch: gh-pages

这是hero的问题还是需要在jacman中设置?

ghost avatar Sep 21 '16 14:09 ghost

deploy: type: git repo: [email protected]:ming15/blog-website.git branch: master

你的hexo设置的问题

vsxen avatar Sep 27 '16 02:09 vsxen

deploy: type: git repo: [email protected]:ming15/blog-website.git branch: master

改成master也不行.

发生这个问题之前, 我重装过电脑系统, 然后再安装上nodejs和hexo 就不能将public部署到 gh-pages, 我还尝试过在public目录下进行部署, 都不行

ghost avatar Sep 29 '16 03:09 ghost

加上2个空格 deploy: type: 空格空格 git repo: 空格空格[email protected]:ming15/blog-website.git branch: 空格空格 master

vsxen avatar Oct 03 '16 03:10 vsxen