Commit 5c1883be authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch '37-fix-docs-latex' into 'main'

fix: docs:latex

Closes #37

See merge request just-ci/templates!106
parents b253f7f3 7626aa3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ docs:latex:
  stage: build
  image: blang/latex:ctanfull
  script:
    - pdflatex main.tex && biber main && pdflatex main.tex
    - pdflatex main.tex && biber main && pdflatex main.tex && pdflatex main.tex
  artifacts:
    paths:
      - main.pdf