Skip to content

Commit 9631411

Browse files
committed
Added Workflow
1 parent 93e1546 commit 9631411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: npm run build
2020
- name: Deploy to gh pages
2121
run: |
22-
npx angular-cli-ghpages --dir=dist/angular-demo-application
22+
npx angular-cli-ghpages --dir=dist/angular-demo-application --no-silent
2323
env:
2424
CI: true
2525
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)