From 42e2bc84849d36f07de741523075385bf4ab3699 Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Wed, 10 Sep 2025 19:25:27 +0100 Subject: [PATCH 1/2] chore: Deploy fix - deploy.yml update to trigger deployment on PR to 'master' --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63bc678..84edc72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,7 +62,7 @@ jobs: deploy: needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.base_ref == 'master' steps: - uses: actions/checkout@v4 - name: Download Build Artifacts From 1bae38f7d8dbcdf9f224b25409030a4f220ca72b Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Wed, 10 Sep 2025 22:39:17 +0100 Subject: [PATCH 2/2] chore: base-href update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af5f5df..e275f65 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --configuration production", + "build": "ng build --configuration production --base-href /vf-angular", "build:dev": "ng build --configuration development", "watch": "ng build --watch --configuration development", "test": "ng test",