Update .gitlab-ci.yml
This commit is contained in:
@ -2,7 +2,8 @@ image: luki42/latex-full:v1.0
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- latexmk -pdf src/main.tex
|
- cd src
|
||||||
|
- latexmk -pdf main.tex
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "*.pdf"
|
- "src/*.pdf"
|
||||||
|
Reference in New Issue
Block a user