Skip to content

Commit 93e1546

Browse files
committed
Added Workflow
1 parent f374cd1 commit 93e1546

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/your-angular-app
22+
npx angular-cli-ghpages --dir=dist/angular-demo-application
2323
env:
2424
CI: true
2525
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)