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 f374cd1 commit 93e1546Copy full SHA for 93e1546
.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/your-angular-app
+ npx angular-cli-ghpages --dir=dist/angular-demo-application
23
env:
24
CI: true
25
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments