fix build path of src files
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build LaTeX Document / build (push) Failing after 9m44s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build LaTeX Document / build (push) Failing after 9m44s
				
			This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -24,6 +24,7 @@ jobs:
 | 
				
			|||||||
      # Compile the LaTeX document (first pass)
 | 
					      # Compile the LaTeX document (first pass)
 | 
				
			||||||
      - name: Compile LaTeX (first pass)
 | 
					      - name: Compile LaTeX (first pass)
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 | 
					          cd src
 | 
				
			||||||
          pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
 | 
					          pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
 | 
				
			||||||
          bibtex main
 | 
					          bibtex main
 | 
				
			||||||
          pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
 | 
					          pdflatex -interaction=nonstopmode -halt-on-error -file-line-error main.tex
 | 
				
			||||||
@@ -34,4 +35,4 @@ jobs:
 | 
				
			|||||||
        uses: actions/upload-artifact@v3
 | 
					        uses: actions/upload-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: compiled-latex
 | 
					          name: compiled-latex
 | 
				
			||||||
          path: main.pdf
 | 
					          path: src/main.pdf
 | 
				
			||||||
		Reference in New Issue
	
	Block a user