invoke container manually
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build LaTeX document / build_latex (push) Failing after 5s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build LaTeX document / build_latex (push) Failing after 5s
				
			This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -6,10 +6,10 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Set up Git repository
 | 
					      - name: Set up Git repository
 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
      - name: Compile LaTeX document
 | 
					      - name: Build LaTeX Document
 | 
				
			||||||
        uses: xu-cheng/latex-action@v3
 | 
					        run: |
 | 
				
			||||||
        with:
 | 
					          docker run --rm -v ${{ github.workspace }}:/workdir -w /workdir ghcr.io/xu-cheng/texlive-full:latest latexmk -pdf -xelatex -shell-escape src/main.tex
 | 
				
			||||||
          root_file: src/main.tex
 | 
					          
 | 
				
			||||||
      - name: Upload PDF file
 | 
					      - name: Upload PDF file
 | 
				
			||||||
        uses: actions/upload-artifact@v4
 | 
					        uses: actions/upload-artifact@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user