Skip to content

Commit

Permalink
ci: deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuhji committed Mar 22, 2024
1 parent fe8bc4e commit c90fa06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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 @@ -20,7 +20,7 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
build_configuration: production
base_href: /ventura-vdr
base_href: /ventura-vdr/
deploy_branch: gh-pages
angular_dist_build_folder: dist/vdr
permissions:
Expand Down
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"maximumError": "80kb"
}
],
"outputHashing": "all"
"outputHashing": "all",
"baseHref": "/ventura-vdr/"
},
"development": {
"buildOptimizer": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production --base-href ./",
"build:prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "eslint \"*/**/*.{ts,tsx}\"",
Expand Down

0 comments on commit c90fa06

Please sign in to comment.