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

Reviewed-on: #26
This commit is contained in:
Thibaut Valentin 2025-02-06 11:17:41 +01:00
commit a21356239f

View File

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