Update .gitlab-ci.yml
This commit is contained in:
		@@ -9,7 +9,8 @@ build:
 | 
			
		||||
    - apt update && apt install -y wget unzip
 | 
			
		||||
    - wget http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus.zip
 | 
			
		||||
    - unzip beamertheme-focus.zip
 | 
			
		||||
    - mv beamertheme-focus/*.sty /usr/share/texmf/tex/latex/
 | 
			
		||||
    - mkdir /usr/share/texmf/tex/latex/beamertheme-focus/
 | 
			
		||||
    - mv beamertheme-focus/*.sty /usr/share/texmf/tex/latex/beamertheme-focus/
 | 
			
		||||
    - latexmk -pdf src/main.tex
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user