Skip to content

inakianduaga/cv

Repository files navigation

Inaki Anduaga's Curriculum Vitae

Build Status Build Status

My curriculum Vitae

Compile latex (locally)

Prerequisite: Build dockerfile:

$ docker build -t latex ./

then run

$ build.sh

to compile the latex version locally into the ./dist/ folder using a docker container

Release new version & compile/deploy on cloud

Prerequisite: Install npm packages

$ npm install

then run

$ gulp release --version=<major|minor|patch>

will bump the package version, commit changes, tag the commit and push it to github. From here on, Travis CI will

  • compile the latex file into pdf
  • upload the pdf as a github release to GitHub
  • upload the pdf into an AWS S3 bucket for direct static linking.