Skip to content

Commit c28e4bd

Browse files
committed
replace: ngx-gh --> @angular-schule/angular-cli-ghpages
1 parent 16de191 commit c28e4bd

File tree

7 files changed

+5791
-11
lines changed

7 files changed

+5791
-11
lines changed

README_contributors.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# angular-cli-ghpages
2+
3+
## How to start
4+
5+
```
6+
npm i
7+
npm run build
8+
npm test
9+
```

deploy/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "Schema",
33
"title": "schema",
4-
"description": "Deployment of Angular CLI applications to GitHub pages",
4+
"description": "Deployment of Angular CLI applications to GitHub pages (angular-cli-ghpages)",
55
"properties": {
66
"baseHref": {
77
"type": "string",
@@ -12,4 +12,4 @@
1212
"description": "URL where files will be deployed."
1313
}
1414
}
15-
}
15+
}

ng-add.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const initialAngularJson = `{
170170
}
171171
},
172172
\"deploy\": {
173-
\"builder\": \"ngx-gh:deploy\",
173+
\"builder\": \"@angular-schule/angular-cli-ghpages:deploy\",
174174
\"options\": {}
175175
}
176176
}
@@ -202,7 +202,7 @@ const overwriteAngularJson = `{
202202
}
203203
},
204204
\"deploy\": {
205-
\"builder\": \"ngx-gh:deploy\",
205+
\"builder\": \"@angular-schule/angular-cli-ghpages:deploy\",
206206
\"options\": {}
207207
}
208208
}
@@ -234,7 +234,7 @@ const projectAngularJson = `{
234234
}
235235
},
236236
\"deploy\": {
237-
\"builder\": \"ngx-gh:deploy\",
237+
\"builder\": \"@angular-schule/angular-cli-ghpages:deploy\",
238238
\"options\": {}
239239
}
240240
}

ng-add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const ngAdd = ({ project: DeployOptions }) => (
7979
}
8080

8181
project.architect['deploy'] = {
82-
builder: 'ngx-gh:deploy',
82+
builder: '@angular-schule/angular-cli-ghpages:deploy',
8383
options: {}
8484
};
8585

0 commit comments

Comments
 (0)