Skip to content

Commit

Permalink
Update build_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carpenteri1 authored Mar 21, 2024
1 parent 4ed14d8 commit 4e6fc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm ci

- name: Build
run: ng build --configuration production --base-href "https://Carpenteri1.github.io/Portfolio/"
run: npm run build -- --configuration production --base-href "https://Carpenteri1.github.io/Portfolio/"

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
Expand Down

0 comments on commit 4e6fc4f

Please sign in to comment.