We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff9268a + 1bae38f commit d4fc6c3Copy full SHA for d4fc6c3
2 files changed
.github/workflows/deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
deploy:
63
needs: build
64
runs-on: ubuntu-latest
65
- if: github.ref == 'refs/heads/master'
+ if: github.base_ref == 'master'
66
steps:
67
- uses: actions/checkout@v4
68
- name: Download Build Artifacts
package.json
@@ -4,7 +4,7 @@
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
7
- "build": "ng build --configuration production",
+ "build": "ng build --configuration production --base-href /vf-angular",
8
"build:dev": "ng build --configuration development",
9
"watch": "ng build --watch --configuration development",
10
"test": "ng test",
0 commit comments