~josealberto4444/cv

d4f6562dcd18e9ee037b27fdc0bf1418b5f49a02 — José Alberto Orejuela García 3 years ago 37c2348
Switch to Alpine (edge) to compile the PDF

As I fixed [1] via [2], it's time to move to Alpine edge to make this
more efficient. I plan to move to the latest stable once it's merged in
3.14.

[1]: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12834
[2]: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23636
1 files changed, 6 insertions(+), 3 deletions(-)

M .build.yml
M .build.yml => .build.yml +6 -3
@@ 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