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 93e1546 commit 9631411Copy full SHA for 9631411
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
run: npm run build
20
- name: Deploy to gh pages
21
run: |
22
- npx angular-cli-ghpages --dir=dist/angular-demo-application
+ npx angular-cli-ghpages --dir=dist/angular-demo-application --no-silent
23
env:
24
CI: true
25
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments