Skip to content

Commit d4fc6c3

Browse files
authored
chore: Deploy fix - Trigger deployment on PR to master, base-href update
2 parents ff9268a + 1bae38f commit d4fc6c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
deploy:
6363
needs: build
6464
runs-on: ubuntu-latest
65-
if: github.ref == 'refs/heads/master'
65+
if: github.base_ref == 'master'
6666
steps:
6767
- uses: actions/checkout@v4
6868
- name: Download Build Artifacts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build --configuration production",
7+
"build": "ng build --configuration production --base-href /vf-angular",
88
"build:dev": "ng build --configuration development",
99
"watch": "ng build --watch --configuration development",
1010
"test": "ng test",

0 commit comments

Comments
 (0)