1.2.11 • Published 9 years ago

gh-pages-deploy-sh v1.2.11

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

gh-pages-deploy-sh Build Status

This shell script wrapper for deploy to gh-pages.

Alt. azu/gh-pages-deploy-cmd

Installation

npm install -D gh-pages-deploy-sh

Usage

$ gh-pages-deploy-sh directory

1. Add "gh-pages-deploy-sh" to npm run-script.

  "scripts": {
    "deploy": "gh-pages-deploy-sh dist/"
  },

2. Add GH_TOKEN to .travis.yml

See travis-ci/travis.rb

gem install travis
travis encrypt GH_TOKEN=<your github personal token> --add

3. git push

Automatically deploy to gh-pages :tada:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MITg

1.2.11

9 years ago

1.2.10

9 years ago

1.2.9

9 years ago

1.2.8

9 years ago

1.2.7

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago