mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-14 18:48:30 +00:00
16 lines
284 B
YAML
16 lines
284 B
YAML
|
image: najeraoscar/latex-emacs-min
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
- apt-get update
|
||
|
- wget https://github.com/gohugoio/hugo/releases/download/v0.39/hugo_0.39_Linux-64bit.deb
|
||
|
- dpkg -i hugo*.deb
|
||
|
- hugo version
|
||
|
- cd doc; hugo
|
||
|
except:
|
||
|
- master
|
||
|
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- doc/public
|