Skip to content

Commit

Permalink
Use npx ng to run Angular CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
buckmanb committed Feb 25, 2025
1 parent 00694bf commit 5097473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ng deploy --dir="dist/blog-app" --repo="https://github.com/buckmanb/Blog.git" --name="Beau Buckman" --email="[email protected]" --base-href="https://buckmanb.github.io/Blog"
run: npx ng deploy --dir="dist/blog-app" --repo="https://github.com/buckmanb/Blog.git" --name="Beau Buckman" --email="[email protected]" --base-href="https://buckmanb.github.io/Blog"

0 comments on commit 5097473

Please sign in to comment.