Skip to content

Commit

Permalink
Update actions-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
id1945 authored Nov 3, 2023
1 parent 665fc05 commit 39710b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm i -f # Install all package with --force

- name: Build
run: ng build --prod --base-href="/ngx-scanner-qrcode/" # Build project with base href
run: ng build --base-href="/ngx-scanner-qrcode/" # Build project with base href
# run: ng build --base-href="/ngx-scanner-qrcode/" # Build project with base href

- name: Deploy
Expand Down

0 comments on commit 39710b2

Please sign in to comment.