Skip to content

Commit

Permalink
fix: incorrect path for assets for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrungduc1410 committed Oct 21, 2023
1 parent c01a535 commit 10e5298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build Library
run: npm run build
- name: Build Example
run: npm run build:example
run: npm run build:pages
- name: Archive artifact
shell: sh
run: |
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"start": "ng serve",
"build": "ng build angular-d3-cloud",
"build:example": "ng build example",
"build:pages": "npm run build:example -- --base-href /d3-cloud-angular/",
"watch": "ng build angular-d3-cloud --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit 10e5298

Please sign in to comment.