xu-cheng / latex-action

:octocat: GitHub Action to compile LaTeX documents
https://github.com/xu-cheng/latex-action
MIT License
1.13k stars 136 forks source link

No PDF created #94

Closed fbuedding closed 2 years ago

fbuedding commented 2 years ago

Workflow doesn't fail and runs through, but pdf is not created

Worklfow:

name: Build LaTeX document
on: [push]
jobs:
  build_latex:
    runs-on: ubuntu-latest
    steps:
      - name: Set up Git repository
        uses: actions/checkout@v2
      - name: Compile LaTeX document
        uses: xu-cheng/latex-action@v2
        with:
          root_file: 00_Vorlage Abschlussarbeit.tex
          post_compile: "latexmk -c"
xu-cheng commented 2 years ago

https://github.com/xu-cheng/latex-action#where-is-the-pdf-file-how-to-upload-it