forked from mirrors/org-cv
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
|