docpad / docpad-plugin-ghpages

Deploy your DocPad Website to GitHub Pages
Other
44 stars 14 forks source link

Not respecting ghpages config. #26

Open soofaloofa-zz opened 10 years ago

soofaloofa-zz commented 10 years ago

I have the following configuration in docpad.coffee.

plugins:
  ghpages:
    deployRemote: 'target'
    deployBranch: 'master'

Running

docpad deploy-ghpages --env static

Pushes to the remote origin and branch gh-pages

docpad version 6.64.0 ghpages version 2.4.3

derberg commented 9 years ago

didn't you forget about setting target? git remote add target https://github.com/username/username.github.io.git

davidtwco commented 8 years ago

Hey there,

I'm a couple months late to this issue, but I was experiencing similar issues but I found that if you clear all the indentation on your plugin configuration and tab them back in manually then that could fix the issue.

Hope that works for anyone else that runs into this issue, David.

mikeumus commented 8 years ago

Hi @soofaloofa, do either of the answers provided help so we may close this issue? Doing some Spring cleaning. :smiley: :sunflower: