updates CI

This commit is contained in:
Ismael Arenzana 2022-08-31 08:28:31 -04:00
parent 3cb4ec876f
commit 84277bc2a1
Signed by: isma
GPG Key ID: D5586DE2A32CBC3C
1 changed files with 7 additions and 7 deletions

View File

@ -1,21 +1,21 @@
image: centos:latest
image: rockylinux:9
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
- mkdir public
- wget https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz
- tar xfvz pandoc-2.19.2-linux-amd64.tar.gz
# - mkdir public
# - pandoc-2.10/bin/pandoc -f org -t html5 --standalone en.org -o public/en.html
# - pandoc-2.10/bin/pandoc -f org -t html5 --standalone es.org -o public/es.html
- cp org.css public/.
- cp en.html public/.
- cp es.html public/.
artifacts:
paths:
- public