From 1653a767711e6282a808b36dfcdf995a94487a4f Mon Sep 17 00:00:00 2001 From: Anders Andreasen <58475535+andr1976@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:19:22 +0100 Subject: [PATCH] Update Compile_manual.yaml --- .github/workflows/Compile_manual.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |