Update .gitlab-ci.yml
This commit is contained in:
parent
86f09c8130
commit
359aefa0b6
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user