Skip to content

Commit a0ec85c

Browse files
Added base href (#4)
1 parent 5663ad7 commit a0ec85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install and Build
3131
run: |
3232
npm install
33-
npm run build:prod
33+
ng build --prod --base-href 'https://chapi-chapi.github.io/angular-component-library/'
3434
3535
- name: Deploy 🚀
3636
uses: JamesIves/github-pages-deploy-action@releases/v3

0 commit comments

Comments
 (0)