Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 671 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 671 Bytes

Building CV

tex built with texlive

Open terminal and run:

cd $HOME/repositories/mxochicale/cv/tex
bash localbuilt.sh TwoPages 
bash localbuilt.sh NPages 

to clean project, then type:

make clean

tex built with github action

  1. Edit .github/worflows/cv-two-pages.yml and add branch name.

  2. To make use of the CI tex build, please make use of "CICV2P" in the commit message:

git commit -m ':tada: version monthYEAR is ready CICV2P (#0)'

For further details, please follow this instructions to set up github action.

References

https://github.com/free-cortex/framework