Skip to content

Commit

Permalink
update workflow for updating the gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Feb 24, 2016
1 parent 47eef95 commit f1c39b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ is out of scope.
- Use Github compare to see what has changed from previous tag. Ex https://github.com/epeli/underscore.string/compare/3.0.0...master
- Update the version in the `package.json`
- Publish a new version of _.string `npm run release`
- Update the [gh-pages][ghp] branch `gulp bump --semver <version> && gulp site`
- You need global installation of bower for this to work
- Local workaround:
- `npm install bower`
- `export PATH=$(pwd)/node_modules/.bin/:$PATH`
- Update the [gh-pages][ghp] branch `npm run bump`

[d]: https://github.com/epeli/underscore.string/releases
[ghp]: https://github.com/epeli/underscore.string/tree/gh-pages

0 comments on commit f1c39b4

Please sign in to comment.