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 e954a66 commit d7c9859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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=ionic-web-app

- name: Upload build artifacts
uses: actions/upload-pages-artifact@v3
Expand All @@ -50,5 +50,5 @@ jobs:
uses: actions/deploy-pages@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish_dir: www

0 comments on commit d7c9859

Please sign in to comment.