You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/config.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ jobs:
28
28
- run: cd src/dist && sudo npm link
29
29
30
30
- run: sudo -E npm install -g @angular/cli@next
31
-
- run: ng new your-angular-project --defaults
32
-
- run: cd new your-angular-project && npm link angular-cli-ghpages
33
-
- run: cd new your-angular-project && ng add angular-cli-ghpages
34
-
- run: cd new your-angular-project && ng deploy --repo="$GITHUB_ORG/$NAME.git" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL" --cname=angular-cli-ghpages.angular.schule
31
+
- run: sudo -E ng new your-angular-project --defaults
32
+
- run: cd your-angular-project && sudo -E npm link angular-cli-ghpages
33
+
- run: cd your-angular-project && sudo -E ng add angular-cli-ghpages
34
+
- run: cd your-angular-project && sudo -E ng deploy --repo="$GITHUB_ORG/$NAME.git" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL" --cname=angular-cli-ghpages.angular.schule
0 commit comments