org-cv/.gitlab-ci.yml
2018-05-02 00:30:58 +02:00

31 lines
440 B
YAML

image: najeraoscar/latex-emacs-min
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- ./installs.sh
test:
script:
- emacs --batch -Q --script genfiles.el
- cd doc; hugo
except:
- master
artifacts:
paths:
- doc/public
pages:
script:
- emacs --batch -Q --script genfiles.el
- cd doc; hugo
- pwd
- ls -lah
- mv doc/public/ public/
artifacts:
paths:
- public
only:
- master