outra action
This commit is contained in:
		@@ -12,18 +12,14 @@ jobs:
 | 
				
			|||||||
      - name: Checkout code
 | 
					      - name: Checkout code
 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install Pandoc and LaTeX
 | 
					      - name: Install Pandoc and basic LaTeX
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          sudo apt-get update
 | 
					          sudo apt-get update
 | 
				
			||||||
          sudo apt-get install -y pandoc
 | 
					          sudo apt-get install -y pandoc texlive-latex-base
 | 
				
			||||||
          sudo apt-get install -y texlive-latex-base texlive-fonts-recommended texlive-latex-extra
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: List files (para debug)
 | 
					      - name: Convert using pdflatex (alternativa)
 | 
				
			||||||
        run: ls -la
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      - name: Convert specific file
 | 
					 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          pandoc "RoteiroPitch.md" -o "RoteiroPitch.pdf" --pdf-engine=xelatex -V geometry:margin=1in
 | 
					          pandoc "RoteiroPitch.md" -o "RoteiroPitch.pdf" --pdf-engine=pdflatex -V geometry:margin=1in
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Commit PDF to repository
 | 
					      - name: Commit PDF to repository
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user