Skip to content

Commit f320dd0

Browse files
committed
fixing GH_TOKEN example
1 parent c51218c commit f320dd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ In example, the following command runs [on our Travis-CI](https://travis-ci.org/
105105

106106
```sh
107107
ng build --environment=production
108-
ng ghpages --repo=https://username:[email protected]/organisation/your-repo.git --name="Displayed Username" [email protected]
108+
ng ghpages --repo=https://[email protected]/organisation/your-repo.git --name="Displayed Username" [email protected]
109109
```
110-
> GH_TOKEN is just like a password!
110+
> You have to treat the GH_TOKEN as secure as a password!
111111
112112
### A hint for angular-cli
113113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-cli-ghpages",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Angular CLI addon. Publish to any gh-pages branch on GitHub (or any other branch on any other remote).",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)