diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index d7ea578..5263c36 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -14,7 +14,7 @@ jobs: # These commands run directly in your machine's shell run: | echo "Compiling document..." - latexmk distribution.tex + latexmk -pdf distribution.tex - name: List files in the workspace run: ls -l