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 57de6f3 commit ea0c9a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 -- --base-href=ionic-web-app
run: npm run build -- --base-href=my-app

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

0 comments on commit ea0c9a7

Please sign in to comment.