Skip to content

Commit de75fc4

Browse files
Update config.yml
1 parent dd6af56 commit de75fc4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@ jobs:
3030
- run: cd your-angular-project && sudo -E npm link angular-cli-ghpages
3131
- run: cd your-angular-project && sudo -E ng add angular-cli-ghpages
3232
- 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
33+
34+
35+
workflows:
36+
version: 2
37+
build_and_deploy:
38+
jobs:
39+
- build
40+
branches:
41+
only:
42+
- master

0 commit comments

Comments
 (0)