Skip to content

Commit ee49c69

Browse files
corrected repo name
1 parent 0cc77ac commit ee49c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
run: npm ci
3939

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

4343
- name: Upload build artifacts
4444
uses: actions/upload-pages-artifact@v3
4545
with:
4646
name: github-pages
47-
path: ./dist/consuming-angular-app
47+
path: ./dist/angular-local-stenciljs
4848

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

0 commit comments

Comments
 (0)