We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc77ac commit ee49c69Copy full SHA for ee49c69
.github/workflows/deploy.yml
@@ -38,16 +38,16 @@ jobs:
38
run: npm ci
39
40
- name: Build Angular app
41
- run: npm run build -- --base-href=/consuming-angular-app/
+ run: npm run build -- --base-href=/angular-local-stenciljs/
42
43
- name: Upload build artifacts
44
uses: actions/upload-pages-artifact@v3
45
with:
46
name: github-pages
47
- path: ./dist/consuming-angular-app
+ path: ./dist/angular-local-stenciljs
48
49
- name: Deploy to GitHub Pages
50
uses: actions/deploy-pages@v4
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
- publish_dir: ./dist/consuming-angular-app
+ publish_dir: ./dist/angular-local-stenciljs
0 commit comments