Skip to content

Commit

Permalink
dfs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kuruvilla committed Nov 30, 2023
1 parent ab713a9 commit fc96125
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 }}
npx angular-cli-ghpages --dir=dist/your-angular-app --repo ${{ secrets.GH_TOKEN }} --no-silent
env:
CI: true

Expand Down

0 comments on commit fc96125

Please sign in to comment.