Skip to content

Commit

Permalink
corrected repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Dec 13, 2024
1 parent 0cc77ac commit ee49c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
run: npm ci

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

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

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/consuming-angular-app
publish_dir: ./dist/angular-local-stenciljs

0 comments on commit ee49c69

Please sign in to comment.