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