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.

18 lines
237 B

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