We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ecac9 commit 6a22b5cCopy full SHA for 6a22b5c
.github/workflows/cd-matrix.yml
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Update package.json with base href
112
run: |
113
- sed -i 's|--configuration production|--base-href=${{ matrix.base_href }} --configuration production|g' package.json
+ sed -i 's|--configuration production|--base-href=/${{ matrix.base_href }}/ --configuration production|g' package.json
114
115
- name: Generate live-editing
116
run: npm ${{ matrix.custom_command }}
0 commit comments