diff --git a/.github/workflows/Compile_manual.yaml b/.github/workflows/Compile_manual.yaml index a12789c..970587a 100644 --- a/.github/workflows/Compile_manual.yaml +++ b/.github/workflows/Compile_manual.yaml @@ -18,7 +18,7 @@ jobs: mkdir output # create output dir - uses: docker://rstropek/pandoc-latex with: - args: --toc --filter pandoc-crossref --citeproc --bibliography=docs/references.bib --top-level-division=chapter --number-sections --listings --template https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/master/eisvogel.tex --output=output/Test.pdf Manual.md + args: --toc --filter pandoc-crossref --citeproc --bibliography=docs/references.bib --top-level-division=chapter --number-sections --listings --template https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/v2.4.0/eisvogel.tex --output=output/Test.pdf Manual.md #-v "/home/runner/work/HydDown/HydDown":"/github/workspace" --toc --filter pandoc-crossref --citeproc --bibliography=references.bib --top-level-division=chapter --resource-path=.:/home/runner/work/HydDown/HydDown/docs --data-dir=templates --number-sections --listings - name: update local copy # Move the generated files into output folder run: |