Merge pull request 'fix(build): create sub-app make_pdf' (#26) from dev into master

Reviewed-on: #26
This commit was merged in pull request #26.
This commit is contained in:
2025-02-06 11:17:41 +01:00

View File

@@ -47,8 +47,9 @@ jobs:
- name: Build backend make_pdf tool - name: Build backend make_pdf tool
run: | run: |
chmod 740 mvnw
cd src/main/pdf_gen cd src/main/pdf_gen
mvn clean compile assembly:single ../../../mvnw clean compile assembly:single
cd ../../.. cd ../../..
- name: Build backend - name: Build backend