@@ 1,7 1,10 @@
-image: debian/testing
+image: alpine/edge
packages:
- - texlive-full
+ - texlive
+ - biblatex
- biber
+ - texmf-dist-latexextra
+ - texmf-dist-bibtexextra
oauth: pages.sr.ht/PAGES:RW
environment:
site: cv.josealberto4444.com
@@ 11,7 14,6 @@ tasks:
cd $cv
pdflatex -file-line-error -interaction nonstopmode document.tex
echo ""
- echo $PATH
biber document
texfot pdflatex -file-line-error -interaction nonstopmode document.tex > /dev/null
echo ""
@@ 19,6 21,7 @@ tasks:
mv document.pdf ../cv_es.pdf
# mv document.pdf ../cv_en.pdf
# git checkout spanish
+# compilation steps
# mv document.pdf ../cv_es.pdf
- package: |
tar -cvz cv_*.pdf > site.tar.gz