Skip to content

Commit

Permalink
fix: add base ref to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Feb 6, 2024
1 parent 8c686e7 commit ba0c362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm ci

- name: Build Demo
run: npm run build:demo
run: npx nx run ngx-fast-icon-demo:build:production --base-href /ngx-fast-svg/

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"scripts": {
"ng": "ng",
"nx": "nx",
"build:lib": "nx run ngx-fast-lib:build:production --verbose",
"build:demo": "nx run ngx-fast-icon-demo:build:production --verbose",
"test:lib": "nx run ngx-fast-lib:test",
"start": "npm run serve",
"start:ssr": "npm run serve:ssr",
Expand Down

0 comments on commit ba0c362

Please sign in to comment.