The public sources for my resume. These sources are auto compiled and published upon changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
173 B

  1. stages:
  2. - build
  3. - deploy
  4. job1:
  5. stage: build
  6. script:
  7. - ./build-pdf-resume.sh
  8. only:
  9. - master
  10. tags:
  11. - linux
  12. artifacts:
  13. paths:
  14. - DPSResume.pdf