Kevin Sookocheff
Results
1
issues of
Kevin Sookocheff
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`...