Skip to content

Commit

Permalink
adding pub/wfprev path bck
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Oct 18, 2024
1 parent c7e34ac commit facad64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: ${{ inputs.COMPONENT_TYPE == 'client' }}
run: |
cd ${{ inputs.COMPONENT_TYPE }}/wfprev-war/src/main/angular
npm run build -- --configuration=production
npm run build -- --configuration=production --base-href=/pub/wfprev/
- name: Copy client built files to necessary folder
if: ${{ inputs.COMPONENT_TYPE == 'client' }}
Expand Down

0 comments on commit facad64

Please sign in to comment.