mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 18:48:30 +00:00
31 lines
440 B
YAML
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
|