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 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",