Skip to content

Commit

Permalink
Check outputPath in angular.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Dec 13, 2024
1 parent fb616a9 commit 2bd8d81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
run: npm ci

- name: Build Angular app
run: npm run build -- --base-href=/angular-local-stenciljs/
run: npm run build -- --configuration production

- name: Upload build artifacts
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ./dist/angular-local-stenciljs

path: ./dist/angular-cop
#Check outputPath in angular.json file
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/angular-local-stenciljs
publish_dir: ./dist/angular-cop

0 comments on commit 2bd8d81

Please sign in to comment.