Improve CI

This commit is contained in:
Ismael Arenzana 2020-07-17 21:34:18 -04:00
parent e7ab90b0f8
commit a2c2d78421
2 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,16 @@
image: alpine:latest
image: centos:latest
pages:
stage: deploy
script:
- dnf install -y texlive-xetex wget
- wget https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-linux-amd64.tar.gz
- tar xfvz pandoc-2.10-linux-amd64.tar.gz
- ln -s /root/pandoc-2.5/bin/pandoc /usr/bin/pandoc
- mkdir public
- cp en.html public/.
- cp es.html public/.
- pandoc en.org public/en.html
- pandoc es.org public/es.html
- cp org.css public/.
artifacts:
paths:

BIN
en.pdf

Binary file not shown.