Skip to content

Commit 423b7d2

Browse files
committed
chore(build): tweaking gh build
1 parent 36bbb6f commit 423b7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test angular-cli-ghpages
1+
name: Build and test
22

33
on: [push]
44

@@ -24,6 +24,7 @@ jobs:
2424
cd dist
2525
npm link
2626
cd ..
27+
cd ..
2728
npm install -g @angular/cli@next
2829
ng new your-angular-project --defaults
2930
cd your-angular-project
@@ -35,6 +36,5 @@ jobs:
3536
env:
3637
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3738
run: |
38-
cd src
3939
cd your-angular-project
4040
ng deploy --no-silent --name="The Buildbot" --email="[email protected]" --cname=angular-cli-ghpages.angular.schule

0 commit comments

Comments
 (0)