Skip to content

Commit

Permalink
🚀 fix basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Nov 20, 2023
1 parent e4c1f99 commit ada1665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}

- name: Build
run: ${{ steps.detect-package-manager.outputs.manager }} run build:demo
run: ${{ steps.detect-package-manager.outputs.manager }} run build:demo:gh-pages

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"test": "ng test",
"build": "ng build ngx-mat-timepicker --configuration=production",
"build:demo": "ng build ngx-mat-timepicker-repo --configuration=production",
"build:demo:gh-pages": "yarn build:demo --base-href https://alexfriesen.github.io/ngx-mat-timepicker",
"link": "npm link ./dist/ngx-mat-timepicker",
"publish": "npm publish ./dist/ngx-mat-timepicker --access=public",
"publish:beta": "npm publish ./dist/ngx-mat-timepicker --tag beta --access=public",
Expand Down

0 comments on commit ada1665

Please sign in to comment.