This commit is contained in:
		@@ -14,7 +14,7 @@ jobs:
 | 
				
			|||||||
        # These commands run directly in your machine's shell
 | 
					        # These commands run directly in your machine's shell
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          echo "Compiling document..."
 | 
					          echo "Compiling document..."
 | 
				
			||||||
          latexmk distribution.tex
 | 
					          latexmk -pdf distribution.tex
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      - name: List files in the workspace
 | 
					      - name: List files in the workspace
 | 
				
			||||||
        run: ls -l
 | 
					        run: ls -l
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user