Renaming file everywhere
This commit is contained in:
parent
0dfc0debf0
commit
fbf167152a
1 changed files with 6 additions and 5 deletions
|
|
@ -50,14 +50,15 @@ build_tex:
|
||||||
# - "./*.tex"
|
# - "./*.tex"
|
||||||
# - "./**/*.tex"
|
# - "./**/*.tex"
|
||||||
script:
|
script:
|
||||||
- pdflatex --shell-escape presentation.tex
|
- FILE_NAME="presentation"
|
||||||
- biber article
|
- pdflatex --shell-escape $FILE_NAME.tex
|
||||||
- pdflatex --shell-escape presentation.tex
|
- biber $FILE_NAME
|
||||||
|
- pdflatex --shell-escape $FILE_NAME.tex
|
||||||
after_script:
|
after_script:
|
||||||
- cat presentation.log
|
- cat $FILE_NAME.log
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- presentation.pdf
|
- $FILE_NAME.pdf
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
extends: .git:push
|
extends: .git:push
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue