mvn
this will generate everything into target/generated-docs
./deploy.sh
- supported as it is - nothing should be changed
- just run mvn and the pdf will be created in the target/generated-docs
- export to docbook first ( the project does it as it is)
- after running mvn ( so it exports to docbook format) go to target/generated-docs
- second step is dependent on running pandoc locally : pandoc --from docbook --to docx cv.xml -o cv.docx
- deploy pipeline