Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
id1945 authored Nov 3, 2023
1 parent 4b12977 commit 5f63db2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
run: npm i -f # Install all package with --force

- name: Build
run: ng build --configuration production --aot --base-href="/ngx-scanner-qrcode/" # Build project with base href
# run: ng build --configuration production --aot --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
uses: peaceiris/actions-gh-pages@v3 # Deploy copy files from dist/ngx-scanner-qrcode to gh-pages
Expand Down

0 comments on commit 5f63db2

Please sign in to comment.