1
0
Fork 0
org-cv/.gitlab-ci.yml

14 lines
194 B
YAML

image: najeraoscar/latex-emacs-min
test:
script:
- ./installs.sh
- emacs --batch -Q --script genfiles.el
- cd doc; hugo
except:
- master
artifacts:
paths:
- doc/public