grunt-gh-pages icon indicating copy to clipboard operation
grunt-gh-pages copied to clipboard

Publish to GitHub pages with Grunt

Results 27 grunt-gh-pages issues
Sort by recently updated
recently updated
newest added

I'd like to push to a repository that is not my "origin" remote. This plugin exposes an option named "repo" that allows me to specify any URL, but I would...

You have two branches, `master` and `foo`. Both have the `gh-pages` task defined, but `foo`'s is incorrect for whatever reason. You run `gh-pages` while in `foo`. Whoops! The wrong files...

Hi, I'm trying to get this tool to copy everything from my project's ./dist folder to the git clone gh-pages but I want all the files from the dist folder...

It would be nice if there was a message when there is no change to push. I lost an hour trying to find out why someone else's change would not...

In my project i have user defined in the `.git/config` but after running `grunt gh-pages` on default settings it used user defined in `~/.gitconfig` instead. I don't want to define...

After runnning the task with the example configuration it just hangs on pushing. ``` javascript 'gh-pages': { options: { base: 'dist' }, src: ['**'] } ``` Log: ``` bash Cleaning...

Hello, Is there an option to force push on the gh-pages branch to avoid possible merge conflicts ?