Skip to content
Snippets Groups Projects
Verified Commit f3441272 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix,

parent 6f361771
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -25,8 +25,11 @@ artifacts:
image: tianon/latex
stage: build
script:
- ./install-font-debian.sh
# - ./install-font-debian.sh
- printf "\newcommand{\version}{%s}" $CI_BUILD_REF | cut -c1-8 > version.tex
- ls -la
- cat version.tex
- cat main.tex
- ./build.sh
- mv dist/*.pdf .
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment