We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6af56 commit de75fc4Copy full SHA for de75fc4
.circleci/config.yml
@@ -30,3 +30,13 @@ jobs:
30
- run: cd your-angular-project && sudo -E npm link angular-cli-ghpages
31
- run: cd your-angular-project && sudo -E ng add angular-cli-ghpages
32
- 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