rollback ci

This commit is contained in:
Ismael Arenzana 2020-07-17 22:03:16 -04:00
parent b38dd31a3c
commit df33a954ae
1 changed files with 5 additions and 3 deletions

View File

@ -6,13 +6,15 @@ pages:
- 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
- ls -ltr
- 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
# - 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: