Skip to content

Commit

Permalink
xddd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kuruvilla committed Nov 30, 2023
1 parent fc96125 commit 2f6d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Deploy to GitHub Pages
run: |
ls -l dist/your-angular-app
npx angular-cli-ghpages --dir=dist/your-angular-app --repo ${{ secrets.GH_TOKEN }} --no-silent
npx angular-cli-ghpages --dir=dist/your-angular-app --repo alexander-kuruvilla/angular-app/ --no-silent --token ${{ secrets.GH_TOKEN }}
env:
CI: true

Expand Down

0 comments on commit 2f6d430

Please sign in to comment.