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 36bbb6f commit 423b7d2Copy full SHA for 423b7d2
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: Build and test angular-cli-ghpages
+name: Build and test
2
3
on: [push]
4
@@ -24,6 +24,7 @@ jobs:
24
cd dist
25
npm link
26
cd ..
27
+ cd ..
28
npm install -g @angular/cli@next
29
ng new your-angular-project --defaults
30
cd your-angular-project
@@ -35,6 +36,5 @@ jobs:
35
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
run: |
- cd src
39
40
ng deploy --no-silent --name="The Buildbot" --email="buildbot@angular2buch.de" --cname=angular-cli-ghpages.angular.schule
0 commit comments