mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 18:48:30 +00:00
14 lines
217 B
YAML
14 lines
217 B
YAML
image: najeraoscar/latex-emacs-min
|
|
|
|
test:
|
|
script:
|
|
- ./installs.sh
|
|
- emacs --batch -Q --script genfiles.el
|
|
- cd doc; hugo
|
|
except:
|
|
- master
|
|
|
|
artifacts:
|
|
paths:
|
|
- org-cv-exports
|
|
- doc/public
|