Travis gh pages: remove node recommendation
This commit is contained in:
parent
e189ce7c57
commit
8891118276
|
@ -10,10 +10,6 @@ Taken from https://medium.com/@nthgergo/publishing-gh-pages-with-travis-ci-53a82
|
||||||
Use https://github.com/settings/tokens/new
|
Use https://github.com/settings/tokens/new
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# via node
|
|
||||||
npm install travis-encrypt -g
|
|
||||||
travis-encrypt -r user/repo GH_TOKEN=[the token here]
|
|
||||||
|
|
||||||
# via ruby
|
# via ruby
|
||||||
gem install travis
|
gem install travis
|
||||||
travis encrypt -r user/repo GH_TOKEN=[the token here]
|
travis encrypt -r user/repo GH_TOKEN=[the token here]
|
||||||
|
|
Loading…
Reference in New Issue