Skip to content

Commit f1c39b4

Browse files
committed
update workflow for updating the gh-pages
1 parent 47eef95 commit f1c39b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CONTRIBUTING.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ is out of scope.
2626
- Use Github compare to see what has changed from previous tag. Ex https://github.com/epeli/underscore.string/compare/3.0.0...master
2727
- Update the version in the `package.json`
2828
- Publish a new version of _.string `npm run release`
29-
- Update the [gh-pages][ghp] branch `gulp bump --semver <version> && gulp site`
30-
- You need global installation of bower for this to work
31-
- Local workaround:
32-
- `npm install bower`
33-
- `export PATH=$(pwd)/node_modules/.bin/:$PATH`
29+
- Update the [gh-pages][ghp] branch `npm run bump`
3430

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

0 commit comments

Comments
 (0)