Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Dec 19, 2024
1 parent 17a80ba commit bfc9b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm ci

- name: Build Angular app
run: npm run build
run: npm run build -- --base-href "/ionic-web-app/"

- name: Upload build artifacts
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ionic-web-app",
"version": "0.0.1",
"author": "Sanjeet Kumar",
"homepage": "https://sanjeetkumaritoutlook.github.io/ionic-web-app",
"homepage": "https://sanjeetkumaritoutlook.github.io",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit bfc9b62

Please sign in to comment.