Skip to content

Commit

Permalink
github pages deployment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-zivkovic-plassido committed Jan 24, 2023
1 parent ba3dfc4 commit 4694408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
cd klupa-frontend
npm ci
npm run build
npm run build-github
- name: Upload app artifact
uses: actions/upload-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion klupa-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-github": "ng build --base-href=/klupa/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down Expand Up @@ -44,4 +45,4 @@
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.2"
}
}
}

0 comments on commit 4694408

Please sign in to comment.