Skip to content

Commit

Permalink
Update build/deploy options
Browse files Browse the repository at this point in the history
  • Loading branch information
buckmanb committed Feb 25, 2025
1 parent 5097473 commit 2af1606
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: 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"
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 2af1606

Please sign in to comment.